- Fixed an inc_recurse problem with implied dirs not getting created
[rsync/rsync.git] / log.c
diff --git a/log.c b/log.c
index 06b5ae3..f3a3cff 100644 (file)
--- 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);