debug: add bool string print helper macro

(cherry picked from commit 0ec136621d)
pull/8569/head
Victor Julien 4 years ago
parent 1ed8066d4e
commit 7ccec8f143

@ -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,

Loading…
Cancel
Save