Update nfcapd.c

Fix typo in error message
This commit is contained in:
Simon Flood 2016-01-29 18:10:10 +00:00
parent ef7697f000
commit 0e7540fe7d

View File

@ -616,7 +616,7 @@ srecord_t *commbuff;
LogInfo("Signal launcher"); LogInfo("Signal launcher");
kill(launcher_pid, SIGHUP); kill(launcher_pid, SIGHUP);
} else } else
LogError("ERROR: Launcher did unexpectedly!"); LogError("ERROR: Launcher died unexpectedly!");
} }