diff options
author | Wayne Davison <wayned@samba.org> | 2005-09-26 17:11:03 +0000 |
---|---|---|
committer | Wayne Davison <wayned@samba.org> | 2005-09-26 17:11:03 +0000 |
commit | 60168410860532fdbb1092fef924a7a3d2c3c5be (patch) | |
tree | 88218d26d0f1718fc366f75d3305c232091f54de /log.c | |
parent | 0047f535efa81213860a53491a062f756a2708d9 (diff) | |
download | rsync-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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()" }, |