From: Victor Julien Date: Thu, 26 Jan 2023 14:46:08 +0000 (+0100) Subject: output: move function name in non-release output X-Git-Tag: suricata-7.0.0-rc1~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=652de0cc99e827b1c17611af8161f87a3735d2cd;p=thirdparty%2Fsuricata.git output: move function name in non-release output --- 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