X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/8e41b68e8f975c02a5d9281be780ba5d1a385107..e73eed8563d21ef9ce83725cb09a3c2e14a40dbe:/log.c diff --git a/log.c b/log.c index 06b5ae37..f3a3cff1 100644 --- a/log.c +++ b/log.c @@ -792,7 +792,7 @@ void log_exit(int code, const char *file, int line) (double)stats.total_written, (double)stats.total_read, (double)stats.total_size); - } else { + } else if (am_server != 2) { const char *name; name = rerr_name(code);