aboutsummaryrefslogtreecommitdiffstats
path: root/log.c
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2008-08-17 09:23:28 -0700
committerWayne Davison <wayned@samba.org>2008-08-17 09:23:28 -0700
commit94a4a125bc195fcaeab4b0144771b3229de23b89 (patch)
tree9cfe40e784b564d06c2e1e80d0136883d25dda9d /log.c
parente982d591465013c547ab2371d4818345dac819ff (diff)
downloadandroid_external_rsync-94a4a125bc195fcaeab4b0144771b3229de23b89.tar.gz
android_external_rsync-94a4a125bc195fcaeab4b0144771b3229de23b89.tar.bz2
android_external_rsync-94a4a125bc195fcaeab4b0144771b3229de23b89.zip
An improved RERR_PARTIAL message.
Diffstat (limited to 'log.c')
-rw-r--r--log.c2
1 files changed, 1 insertions, 1 deletions
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" },