X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/408aa7b24c7ee02d530e05852fd8eb0f5abfc3fd..4ccfd96cfee813f3855be5a902acc3d5cd0545a4:/log.c diff --git a/log.c b/log.c index 6d969193..43f490f9 100644 --- a/log.c +++ b/log.c @@ -418,7 +418,7 @@ static void log_formatted(enum logcode code, l = strlen(n); if (l + ((int)(s - &buf[0])) >= sizeof(buf)) { - rprintf(FERROR,"buffer overflow expanding %%%c - exiting\n", + rprintf(FERROR,"buffer overflow expanding %%%c -- exiting\n", p[0]); exit_cleanup(RERR_MESSAGEIO); }