Update sfcapd.c

Fix typo in error message
This commit is contained in:
Simon Flood 2016-01-29 18:12:16 +00:00
parent ef7697f000
commit bfa4453876

View File

@ -579,7 +579,7 @@ srecord_t *commbuff;
syslog(LOG_DEBUG, "Signal launcher"); syslog(LOG_DEBUG, "Signal launcher");
kill(launcher_pid, SIGHUP); kill(launcher_pid, SIGHUP);
} else } else
syslog(LOG_ERR, "ERROR: Launcher did unexpectedly!"); syslog(LOG_ERR, "ERROR: Launcher died unexpectedly!");
} }