Tweaked the error message for RERR_WAITCHILD.
authorWayne Davison <wayned@samba.org>
Wed, 26 Oct 2005 15:50:14 +0000 (15:50 +0000)
committerWayne Davison <wayned@samba.org>
Wed, 26 Oct 2005 15:50:14 +0000 (15:50 +0000)
log.c

diff --git a/log.c b/log.c
index b03fc08..a5aa323 100644 (file)
--- 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" },