From: Andrew Tridgell Date: Fri, 23 Mar 2001 03:46:56 +0000 (+0000) Subject: "rsync error" is better than "transfer error", especially for -h X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/ba35824322939b54352443461bc645c29f61cfb6 "rsync error" is better than "transfer error", especially for -h --- 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); } }