log filename(line) in exit_cleanup() to make tracking down problems
[rsync/rsync.git] / main.c
diff --git a/main.c b/main.c
index 9b37738..737a78a 100644 (file)
--- a/main.c
+++ b/main.c
@@ -36,7 +36,7 @@ static void report(int f)
        extern int do_stats;
 
        if (am_daemon) {
-               log_exit(0);
+               log_exit(0, __FILE__, __LINE__);
                if (f == -1 || !am_sender) return;
        }