daemon: Don't call a normal exit from the monitor a "crash".
authorBen Pfaff <blp@nicira.com>
Wed, 27 Oct 2010 16:29:08 +0000 (09:29 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 27 Oct 2010 16:29:08 +0000 (09:29 -0700)
commit2bf9d87ae3aa946ef93cb923e560beb582f5b655
tree5b28165bb463ab2350c96693b13d0ddabde21ce5
parentb827c67b9e59af0daee434df715e3bc3f945c249
daemon: Don't call a normal exit from the monitor a "crash".

When the monitored child is killed with SIGTERM, the monitoring process
currently logs a message like "1 crashes: pid 12345 died, killed by
signal 15 (Terminated), exiting".  This counts the SIGTERM as a crash, even
though it's intentional.

This commit changes the log message to omit the "%d crashes" part on normal
termination.
lib/daemon.c