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(); }