From: Martin Pool Date: Mon, 8 Apr 2002 09:10:50 +0000 (+0000) Subject: Change error message "partial transfer" to "some files could not be X-Git-Tag: v2.5.6~181 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a83600cc82a607ec4824eff6b220e047329617d8;p=thirdparty%2Frsync.git Change error message "partial transfer" to "some files could not be transferred". I don't generally like changing that sort of thing, but I think this one was a persistent source of confusion. --- diff --git a/log.c b/log.c index e79bc220..ab8644ed 100644 --- a/log.c +++ b/log.c @@ -51,7 +51,7 @@ struct { { RERR_SIGNAL , "received SIGUSR1 or SIGINT" }, { RERR_WAITCHILD , "some error returned by waitpid()" }, { RERR_MALLOC , "error allocating core memory buffers" }, - { RERR_PARTIAL , "partial transfer" }, + { RERR_PARTIAL , "some files could not be transferred" }, { RERR_TIMEOUT , "timeout in data send/receive" }, { RERR_CMD_FAILED , "remote shell failed" }, { RERR_CMD_KILLED , "remote shell killed" },