From f3d87ee972ad2905fb3da4adc95e18547bd83fd1 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Sun, 17 Aug 2008 09:20:50 -0700 Subject: [PATCH] An improved RERR_PARTIAL message. --- NEWS | 2 ++ log.c | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index b5c62a2d..1808f151 100644 --- a/NEWS +++ b/NEWS @@ -49,6 +49,8 @@ Changes since 3.0.3: user specify the --protocol=29 option to access an overly-restrictive server that is rejecting the protocol-30 use of -e to the server. + - Improved the message output for an RERR_PARTIAL exit. + DEVELOPER RELATED: - The Makefile will not halt for just a timestamp change on the Makefile diff --git a/log.c b/log.c index 388bc462..2dfa1275 100644 --- a/log.c +++ b/log.c @@ -85,7 +85,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.47.3