diff --git a/bin/nfcapd.c b/bin/nfcapd.c index f97cb55..c99227c 100644 --- a/bin/nfcapd.c +++ b/bin/nfcapd.c @@ -616,7 +616,7 @@ srecord_t *commbuff; LogInfo("Signal launcher"); kill(launcher_pid, SIGHUP); } else - LogError("ERROR: Launcher did unexpectedly!"); + LogError("ERROR: Launcher died unexpectedly!"); }