X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/0047f535efa81213860a53491a062f756a2708d9..184dd27a183ab3403eadbd699bc47a1f96cdd331:/log.c diff --git a/log.c b/log.c index 6f7f3a77..a5aa323f 100644 --- a/log.c +++ b/log.c @@ -65,10 +65,10 @@ 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()" }, + { RERR_WAITCHILD , "waitpid() failed" }, { RERR_MALLOC , "error allocating core memory buffers" }, { RERR_PARTIAL , "some files could not be transferred" }, { RERR_VANISHED , "some files vanished before they could be transferred" },