ALL: remove -p (pid), simplify the subproc state machine. NetBSD will stop working for some time, will be fixed in the coming days
diff --git a/input.c b/input.c
index 414defe..c4f6b6a 100644
--- a/input.c
+++ b/input.c
@@ -293,9 +293,8 @@
         if (hfuzz->feedback.blacklistCnt > 1) {
             if (hfuzz->feedback.blacklist[hfuzz->feedback.blacklistCnt - 1] >
                 hfuzz->feedback.blacklist[hfuzz->feedback.blacklistCnt]) {
-                LOG_F(
-                    "Blacklist file not sorted. Use 'tools/createStackBlacklist.sh' to sort "
-                    "records");
+                LOG_F("Blacklist file not sorted. Use 'tools/createStackBlacklist.sh' to sort "
+                      "records");
                 return false;
             }
         }