From: Wayne Davison Date: Wed, 26 Oct 2005 15:50:14 +0000 (+0000) Subject: Tweaked the error message for RERR_WAITCHILD. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/f14a65d94c77ecb3f184fae6c89641e7826cdf67 Tweaked the error message for RERR_WAITCHILD. --- 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" },