"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 e67477b..3e4d65a 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);
        }
 }