summaryrefslogtreecommitdiff
path: root/log.c
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2005-09-26 17:11:03 +0000
committerWayne Davison <wayned@samba.org>2005-09-26 17:11:03 +0000
commit60168410860532fdbb1092fef924a7a3d2c3c5be (patch)
tree88218d26d0f1718fc366f75d3305c232091f54de /log.c
parent0047f535efa81213860a53491a062f756a2708d9 (diff)
downloadrsync-60168410860532fdbb1092fef924a7a3d2c3c5be.tar.gz
rsync-60168410860532fdbb1092fef924a7a3d2c3c5be.tar.bz2
rsync-60168410860532fdbb1092fef924a7a3d2c3c5be.zip
Changed RERR_CRASH to RERR_CRASHED.
Diffstat (limited to 'log.c')
-rw-r--r--log.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/log.c b/log.c
index 6f7f3a77..b03fc084 100644
--- a/log.c
+++ b/log.c
@@ -65,7 +65,7 @@ struct {
{ RERR_STREAMIO , "error in rsync protocol data stream" },
{ RERR_MESSAGEIO , "errors with program diagnostics" },
{ RERR_IPC , "error in IPC code" },
- { RERR_CRASH , "sibling process crashed" },
+ { RERR_CRASHED , "sibling process crashed" },
{ RERR_TERMINATED , "sibling process terminated abnormally" },
{ RERR_SIGNAL , "received SIGUSR1 or SIGINT" },
{ RERR_WAITCHILD , "some error returned by waitpid()" },