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-Tag: mbp_bk_export0~155 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba35824322939b54352443461bc645c29f61cfb6;p=thirdparty%2Frsync.git "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); } }