Merge pull request #8 from simonflood/patch-1

Update nfcapd.c - typo
This commit is contained in:
Peter Haag 2016-02-03 09:20:25 +01:00
commit 88f833b9fa

View File

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