diff --git a/src/util-debug.h b/src/util-debug.h index 1c32f4e700..5a75cd8ac9 100644 --- a/src/util-debug.h +++ b/src/util-debug.h @@ -553,6 +553,8 @@ void SCLogErr(int x, const char *file, const char *func, const int line, #define FatalErrorOnInit(x, ...) FatalError(x, __VA_ARGS__) #endif +#define BOOL2STR(b) (b) ? "true" : "false" + SCLogInitData *SCLogAllocLogInitData(void); SCLogOPIfaceCtx *SCLogInitOPIfaceCtx(const char *, const char *, int,