X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/19b27a485e833e08160ef0bae8f604c6f60e5ef8..3473b5b4d88befb4370a1b861e5c2f414cf4ffc4:/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); } }