From: Wayne Davison Date: Fri, 16 Dec 2005 00:18:41 +0000 (+0000) Subject: Improved the RERR_SIGNAL message to include all possible signals. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/a3887c264483f0a3f9894520153a2ee8440b38e8 Improved the RERR_SIGNAL message to include all possible signals. --- 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" },