diff --git a/bin/sfcapd.c b/bin/sfcapd.c index 3121f20..718d22e 100644 --- a/bin/sfcapd.c +++ b/bin/sfcapd.c @@ -579,7 +579,7 @@ srecord_t *commbuff; syslog(LOG_DEBUG, "Signal launcher"); kill(launcher_pid, SIGHUP); } else - syslog(LOG_ERR, "ERROR: Launcher did unexpectedly!"); + syslog(LOG_ERR, "ERROR: Launcher died unexpectedly!"); }