Improved the RERR_SIGNAL message to include all possible signals.
authorWayne Davison <wayned@samba.org>
Fri, 16 Dec 2005 00:18:41 +0000 (00:18 +0000)
committerWayne Davison <wayned@samba.org>
Fri, 16 Dec 2005 00:18:41 +0000 (00:18 +0000)
log.c

diff --git a/log.c b/log.c
index 1957c2a..ae04055 100644 (file)
--- a/log.c
+++ b/log.c
@@ -68,7 +68,7 @@ struct {
        { RERR_IPC        , "error in IPC code" },
        { RERR_CRASHED    , "sibling process crashed" },
        { RERR_TERMINATED , "sibling process terminated abnormally" },
-       { RERR_SIGNAL     , "received SIGUSR1 or SIGINT" },
+       { RERR_SIGNAL     , "received SIGINT, SIGTERM, SIGHUP, or SIGUSR1" },
        { RERR_WAITCHILD  , "waitpid() failed" },
        { RERR_MALLOC     , "error allocating core memory buffers" },
        { RERR_PARTIAL    , "some files could not be transferred" },