"rsync error" is better than "transfer error", especially for -h
[rsync/rsync.git] / 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);
        }
 }