diff options
Diffstat (limited to 'Source/charon/daemon.c')
-rw-r--r-- | Source/charon/daemon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/charon/daemon.c b/Source/charon/daemon.c index aafc86ab1..d7265531d 100644 --- a/Source/charon/daemon.c +++ b/Source/charon/daemon.c @@ -266,7 +266,7 @@ void signal_handler(int signal) logger->log(logger, ERROR, " %s", strings[i]); } free (strings); - /* kill ourselve the hard way, anything other may result in more SIGSEGVs*/ + logger->log(logger, ERROR, "Killing ourself hard after SIGSEGV"); kill(getpid(), SIGKILL); } |