From: Wayne Davison Date: Wed, 26 Oct 2005 15:50:14 +0000 (+0000) Subject: Tweaked the error message for RERR_WAITCHILD. X-Git-Tag: v2.6.7pre1~355 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f14a65d94c77ecb3f184fae6c89641e7826cdf67;p=thirdparty%2Frsync.git 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" },