X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/6afe7f23b0440d3261fb99e3f7b4d56bd00713cc..ba35824322939b54352443461bc645c29f61cfb6:/log.c diff --git a/log.c b/log.c index e67477b7..3e4d65aa 100644 --- a/log.c +++ b/log.c @@ -511,7 +511,7 @@ void log_exit(int code, const char *file, int line) if (!name) name = "unexplained error"; - rprintf(FERROR,"transfer error: %s (code %d) at %s(%d)\n", + rprintf(FERROR,"rsync error: %s (code %d) at %s(%d)\n", name, code, file, line); } }