X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/f3737e064849199071468eea8fe9fbf012d6ba7e..9b73d1c0e9ca979700493337d0a87497b882d811:/main.c diff --git a/main.c b/main.c index 146f1e53..00ccd8e8 100644 --- a/main.c +++ b/main.c @@ -36,10 +36,7 @@ static void report(int f) extern int do_stats; if (am_daemon) { - rprintf(FLOG,"wrote %.0f bytes read %.0f bytes total size %.0f\n", - (double)stats.total_written, - (double)stats.total_read, - (double)stats.total_size); + log_exit(0); if (f == -1 || !am_sender) return; }