From 0e7540fe7db6b7d15e0ad53f49050f2b6dd54141 Mon Sep 17 00:00:00 2001 From: Simon Flood Date: Fri, 29 Jan 2016 18:10:10 +0000 Subject: [PATCH] Update nfcapd.c Fix typo in error message --- bin/nfcapd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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!"); }