X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/900748fca13ed9b4305b6ae323e1cc3b27ac00c6..ce8149b6feae51c7a576b04f86003e7a4555ee14:/log.c diff --git a/log.c b/log.c index 411889c1..ab8644ed 100644 --- a/log.c +++ b/log.c @@ -30,6 +30,7 @@ static char *logfname; static FILE *logfile; static int log_error_fd = -1; +struct stats stats; int log_got_error=0; @@ -50,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" },