Update sfcapd.c
Fix typo in error message
This commit is contained in:
parent
ef7697f000
commit
bfa4453876
@ -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!");
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user