From: Wayne Davison Date: Sun, 8 Nov 2009 19:50:43 +0000 (-0800) Subject: Mention who got the unknown logcode. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/4351c039adf4f6c3d062233079179ca01d24b43c?ds=sidebyside Mention who got the unknown logcode. --- diff --git a/log.c b/log.c index 60948e2f..6f68f569 100644 --- a/log.c +++ b/log.c @@ -346,7 +346,7 @@ output_msg: case FCLIENT: break; default: - fprintf(stderr, "Unknown logcode in rwrite(): %d\n", (int)code); + fprintf(stderr, "Unknown logcode in rwrite(): %d [%s]\n", (int)code, who_am_i()); exit_cleanup(RERR_MESSAGEIO); }