X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/6d4ecad122887af92dc1363c9e0d4cca542bf2f5..4a50a2176e6dc4dad75c8943669d6075f4e86209:/log.c diff --git a/log.c b/log.c index 1957c2a8..c93989b7 100644 --- a/log.c +++ b/log.c @@ -68,7 +68,8 @@ 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_SIGNAL1 , "received SIGUSR1" }, + { RERR_SIGNAL , "received SIGINT, SIGTERM, or SIGHUP" }, { RERR_WAITCHILD , "waitpid() failed" }, { RERR_MALLOC , "error allocating core memory buffers" }, { RERR_PARTIAL , "some files could not be transferred" },