Commit a3887c26 authored by Wayne Davison's avatar Wayne Davison

Improved the RERR_SIGNAL message to include all possible signals.

parent 8a1f3153
......@@ -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" },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment