From ba35824322939b54352443461bc645c29f61cfb6 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 23 Mar 2001 03:46:56 +0000 Subject: [PATCH] "rsync error" is better than "transfer error", especially for -h --- log.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } } -- 2.34.1