An improved RERR_PARTIAL message.
authorWayne Davison <wayned@samba.org>
Sun, 17 Aug 2008 16:23:28 +0000 (09:23 -0700)
committerWayne Davison <wayned@samba.org>
Sun, 17 Aug 2008 16:23:28 +0000 (09:23 -0700)
log.c

diff --git a/log.c b/log.c
index 609f3a5..d67bd2e 100644 (file)
--- 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" },