X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/8bb5aa8fe8e4903dac0675279b745debdb888124..11a5a3c704fd75325450ddae3fb2cb01f19b7111:/main.c diff --git a/main.c b/main.c index 94e358fb..146f1e53 100644 --- a/main.c +++ b/main.c @@ -36,7 +36,7 @@ static void report(int f) extern int do_stats; if (am_daemon) { - syslog(LOG_INFO,"wrote %.0f bytes read %.0f bytes total size %.0f\n", + rprintf(FLOG,"wrote %.0f bytes read %.0f bytes total size %.0f\n", (double)stats.total_written, (double)stats.total_read, (double)stats.total_size);