]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
Added RERR_SIGNAL1's message and tweaked ERR_SIGNAL.
authorWayne Davison <wayned@samba.org>
Fri, 16 Dec 2005 23:48:31 +0000 (23:48 +0000)
committerWayne Davison <wayned@samba.org>
Fri, 16 Dec 2005 23:48:31 +0000 (23:48 +0000)
log.c

diff --git a/log.c b/log.c
index ae04055b9c305335452b08dbf4df9c428dd02b26..c93989b7045c59d264c1a941464c21226dceb8ee 100644 (file)
--- 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 SIGINT, SIGTERM, SIGHUP, or SIGUSR1" },
+       { 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" },