X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/60168410860532fdbb1092fef924a7a3d2c3c5be..184dd27a183ab3403eadbd699bc47a1f96cdd331:/log.c diff --git a/log.c b/log.c index b03fc084..a5aa323f 100644 --- a/log.c +++ b/log.c @@ -68,7 +68,7 @@ struct { { 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" },