]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
"rsync error" is better than "transfer error", especially for -h
authorAndrew Tridgell <tridge@samba.org>
Fri, 23 Mar 2001 03:46:56 +0000 (03:46 +0000)
committerAndrew Tridgell <tridge@samba.org>
Fri, 23 Mar 2001 03:46:56 +0000 (03:46 +0000)
log.c

diff --git a/log.c b/log.c
index e67477b73b6b56c03370043f2d320496c1d0fd0d..3e4d65aaf9641041704865fc44bbc8ae86bf2f75 100644 (file)
--- 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);
        }
 }