Define the message for RERR_DEL_LIMIT.
authorWayne Davison <wayned@samba.org>
Sat, 5 Mar 2005 18:58:35 +0000 (18:58 +0000)
committerWayne Davison <wayned@samba.org>
Sat, 5 Mar 2005 18:58:35 +0000 (18:58 +0000)
log.c

diff --git a/log.c b/log.c
index 35da9e1..2a32129 100644 (file)
--- a/log.c
+++ b/log.c
@@ -71,8 +71,9 @@ struct {
        { RERR_TIMEOUT    , "timeout in data send/receive" },
        { 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_CMD_RUN    , "remote command could not be run" },
+       { RERR_CMD_NOTFOUND,"remote command not found" },
+       { RERR_DEL_LIMIT  , "--max-delete limit stopped deletions" },
        { 0, NULL }
 };