From f14a65d94c77ecb3f184fae6c89641e7826cdf67 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Wed, 26 Oct 2005 15:50:14 +0000 Subject: [PATCH] Tweaked the error message for RERR_WAITCHILD. --- log.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }, -- 2.34.1