X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/dd0628f85fd5055aa9c343716c86073c8b0e4e5b..a83600cc82a607ec4824eff6b220e047329617d8:/log.c diff --git a/log.c b/log.c index e79bc220..ab8644ed 100644 --- 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" },