diff --git a/src/util-debug.h b/src/util-debug.h index 8179d35733..19e89a5596 100644 --- a/src/util-debug.h +++ b/src/util-debug.h @@ -78,7 +78,7 @@ typedef enum { #define SC_LOG_DEF_LOG_FORMAT_REL_NOTICE "%D: %S: %M" #define SC_LOG_DEF_LOG_FORMAT_REL_INFO "%d: %S: %M" #define SC_LOG_DEF_LOG_FORMAT_REL_CONFIG "[%i] %d: %S: %M" -#define SC_LOG_DEF_LOG_FORMAT_DEBUG "(%n) %d: %S: %M [%f:%l]" +#define SC_LOG_DEF_LOG_FORMAT_DEBUG "%d: %S: %M [%n:%f:%l]" /* The maximum length of the log message */ #define SC_LOG_MAX_LOG_MSG_LEN 2048