From: Wayne Davison Date: Fri, 18 Apr 2003 20:03:41 +0000 (+0000) Subject: Made a slight tweak to the previous --stats change. X-Git-Tag: v2.5.7~155 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7bb7058e8dd8ca9997bad0be2177f10a8d464a5a;p=thirdparty%2Frsync.git Made a slight tweak to the previous --stats change. --- 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(); }