X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/8e41b68e8f975c02a5d9281be780ba5d1a385107..f7d6dce6c8be8f1afd15815c6b59896624eb965d:/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);