From: Wayne Davison Date: Sun, 17 Aug 2008 16:23:28 +0000 (-0700) Subject: An improved RERR_PARTIAL message. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/94a4a125bc195fcaeab4b0144771b3229de23b89 An improved RERR_PARTIAL message. --- 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" },