Change error message "partial transfer" to "some files could not be
authorMartin Pool <mbp@samba.org>
Mon, 8 Apr 2002 09:10:50 +0000 (09:10 +0000)
committerMartin Pool <mbp@samba.org>
Mon, 8 Apr 2002 09:10:50 +0000 (09:10 +0000)
transferred".

I don't generally like changing that sort of thing, but I think this
one was a persistent source of confusion.

log.c

diff --git a/log.c b/log.c
index e79bc22..ab8644e 100644 (file)
--- a/log.c
+++ b/log.c
@@ -51,7 +51,7 @@ struct {
        { RERR_SIGNAL     , "received SIGUSR1 or SIGINT" }, 
        { RERR_WAITCHILD  , "some error returned by waitpid()" }, 
        { RERR_MALLOC     , "error allocating core memory buffers" }, 
-       { RERR_PARTIAL    , "partial transfer" }, 
+       { RERR_PARTIAL    , "some files could not be transferred" }, 
        { RERR_TIMEOUT    , "timeout in data send/receive" }, 
        { RERR_CMD_FAILED , "remote shell failed" },
        { RERR_CMD_KILLED , "remote shell killed" },