X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/6be8a8b14ddf566b56a1c8252e5be40edc44de2e..8346c62a95d601f2516059cccb4784fe36fe3e9d:/log.c diff --git a/log.c b/log.c index 4e20c2c8..5b4773fb 100644 --- a/log.c +++ b/log.c @@ -97,13 +97,14 @@ struct { { RERR_MALLOC , "error allocating core memory buffers" }, { RERR_PARTIAL , "some files/attrs were not transferred (see previous errors)" }, { RERR_VANISHED , "some files vanished before they could be transferred" }, + { RERR_DEL_LIMIT , "the --max-delete limit stopped deletions" }, { RERR_TIMEOUT , "timeout in data send/receive" }, { RERR_CONTIMEOUT , "timeout waiting for daemon connection" }, + { RERR_RCVR_ERROR , "exiting due to receiver error" }, { RERR_CMD_FAILED , "remote shell failed" }, { RERR_CMD_KILLED , "remote shell killed" }, { RERR_CMD_RUN , "remote command could not be run" }, { RERR_CMD_NOTFOUND,"remote command not found" }, - { RERR_DEL_LIMIT , "the --max-delete limit stopped deletions" }, { 0, NULL } };