From a3887c264483f0a3f9894520153a2ee8440b38e8 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Fri, 16 Dec 2005 00:18:41 +0000 Subject: [PATCH] Improved the RERR_SIGNAL message to include all possible signals. --- log.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/log.c b/log.c index 1957c2a8..ae04055b 100644 --- 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" }, -- 2.34.1