diff options
author | Wayne Davison <wayned@samba.org> | 2005-12-16 23:48:31 +0000 |
---|---|---|
committer | Wayne Davison <wayned@samba.org> | 2005-12-16 23:48:31 +0000 |
commit | 4a50a2176e6dc4dad75c8943669d6075f4e86209 (patch) | |
tree | 83f1b26fec8b76700d4ce74a183129858adef962 /log.c | |
parent | 9e90555fd133a837730bd834dd70c5b8d173c588 (diff) | |
download | rsync-4a50a2176e6dc4dad75c8943669d6075f4e86209.tar.gz rsync-4a50a2176e6dc4dad75c8943669d6075f4e86209.tar.bz2 rsync-4a50a2176e6dc4dad75c8943669d6075f4e86209.zip |
Added RERR_SIGNAL1's message and tweaked ERR_SIGNAL.
Diffstat (limited to 'log.c')
-rw-r--r-- | log.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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" }, |