From bfa44538767d4bc57f80fb3554be9bd6d8b91be3 Mon Sep 17 00:00:00 2001 From: Simon Flood Date: Fri, 29 Jan 2016 18:12:16 +0000 Subject: [PATCH] Update sfcapd.c Fix typo in error message --- bin/sfcapd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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!"); }