X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/e982d591465013c547ab2371d4818345dac819ff..94a4a125bc195fcaeab4b0144771b3229de23b89:/log.c diff --git a/log.c b/log.c index 609f3a58..d67bd2e0 100644 --- a/log.c +++ b/log.c @@ -88,7 +88,7 @@ struct { { RERR_SIGNAL , "received SIGINT, SIGTERM, or SIGHUP" }, { RERR_WAITCHILD , "waitpid() failed" }, { RERR_MALLOC , "error allocating core memory buffers" }, - { RERR_PARTIAL , "some files could not be transferred" }, + { RERR_PARTIAL , "some files/attrs were not transferred (see previous errors)" }, { RERR_VANISHED , "some files vanished before they could be transferred" }, { RERR_TIMEOUT , "timeout in data send/receive" }, { RERR_CONTIMEOUT , "timeout waiting for daemon connection" },