aboutsummaryrefslogtreecommitdiffstats
path: root/log.c
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2009-11-08 11:43:16 -0800
committerWayne Davison <wayned@samba.org>2009-11-08 11:45:55 -0800
commit304d7b5817d6e1d3cf59b9edae2213433d901cdc (patch)
tree8cbabc0678c530326a69c09bc679f238d709716c /log.c
parent9270e88d76d3ea9e94d48977fbea57b997545577 (diff)
downloadandroid_external_rsync-304d7b5817d6e1d3cf59b9edae2213433d901cdc.tar.gz
android_external_rsync-304d7b5817d6e1d3cf59b9edae2213433d901cdc.tar.bz2
android_external_rsync-304d7b5817d6e1d3cf59b9edae2213433d901cdc.zip
More improvements for abnormal exits.
Diffstat (limited to 'log.c')
-rw-r--r--log.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/log.c b/log.c
index c08dd580..60948e2f 100644
--- a/log.c
+++ b/log.c
@@ -100,7 +100,6 @@ struct {
{ 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" },