Define the message for RERR_DEL_LIMIT.

This commit is contained in:
Wayne Davison
2005-03-05 18:58:35 +00:00
parent 821ff7f49a
commit 24cecf1365

5
log.c
View File

@@ -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 }
};