Call log_init() with its new "restart" (0 or 1) arg.
[rsync/rsync.git] / options.c
index f5b5639..f84c32f 100644 (file)
--- a/options.c
+++ b/options.c
@@ -1327,7 +1327,7 @@ int parse_arguments(int *argc, const char ***argv, int frommain)
                        if (logfile_format_has_i || log_format_has(logfile_format, 'o'))
                                logfile_format_has_o_or_i = 1;
                }
-               log_init();
+               log_init(0);
        } else if (!am_daemon)
                logfile_format = NULL;