X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/0047f535efa81213860a53491a062f756a2708d9..60168410860532fdbb1092fef924a7a3d2c3c5be:/log.c 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()" },