From 7bb7058e8dd8ca9997bad0be2177f10a8d464a5a Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Fri, 18 Apr 2003 20:03:41 +0000 Subject: [PATCH] Made a slight tweak to the previous --stats change. --- main.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/main.c b/main.c index e9670ef8..a33f7a7f 100644 --- a/main.c +++ b/main.c @@ -85,10 +85,9 @@ static void report(int f) extern int remote_version; int send_stats; - if (do_stats) { + if (do_stats && verbose > 1) { /* These come out from every process */ - if (verbose > 1) - show_malloc_stats(); + show_malloc_stats(); show_flist_stats(); } -- 2.34.1