From 94a4a125bc195fcaeab4b0144771b3229de23b89 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Sun, 17 Aug 2008 09:23:28 -0700 Subject: [PATCH] An improved RERR_PARTIAL message. --- log.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }, -- 2.34.1