X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/2acf81eb004292893a86b9e2cfa7f2ab4fcc2fb6..5e71c4446e10c27c1db0c7e7e5b71be68f3b88de:/main.c diff --git a/main.c b/main.c index 9b377386..737a78af 100644 --- 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; }