From 5c83f5cabac3f9c066186d32372098ae5931ac1a Mon Sep 17 00:00:00 2001 From: Robin Sommer Date: Thu, 4 Jan 2024 12:08:56 +0100 Subject: [PATCH] Fix help message. --- src/core/configuration.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/configuration.cc b/src/core/configuration.cc index 7e8d9eb7..9e7970f0 100644 --- a/src/core/configuration.cc +++ b/src/core/configuration.cc @@ -33,9 +33,9 @@ #include #ifndef NDEBUG -#define LOG_LEVEL_HELP "info,warning,error,critical" -#else #define LOG_LEVEL_HELP "trace,debug,info,warning,error,critical" +#else +#define LOG_LEVEL_HELP "info,warning,error,critical" #endif using namespace zeek::agent;