Merge pull request #9 from simonflood/patch-2

Update sfcapd.c - typo
This commit is contained in:
Peter Haag 2016-02-03 09:21:01 +01:00
commit 09729c7216

View File

@ -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!");
}