Tweaked one or more warning messages.
[rsync/rsync.git] / log.c
diff --git a/log.c b/log.c
index 6d96919..43f490f 100644 (file)
--- 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);
                }