X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/ced4fd89932ce510c32e517add56a77bc4b185b2..37077bd3393d04af810a04b122cf96bdf8fde076:/cleanup.c diff --git a/cleanup.c b/cleanup.c index 91467825..22e2e35f 100644 --- a/cleanup.c +++ b/cleanup.c @@ -105,7 +105,7 @@ NORETURN void _exit_cleanup(int code, const char *file, int line) code = exit_code; /* If this is the exit at the end of the run, the server side - * should not attempt to output a message (see log.c). */ + * should not attempt to output a message (see log_exit()). */ if (am_server && code == 0) am_server = 2;