Made a slight tweak to the previous --stats change.

This commit is contained in:
Wayne Davison
2003-04-18 20:03:41 +00:00
parent 727fa3688f
commit 7bb7058e8d

5
main.c
View File

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