]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
output: move function name in non-release output
authorVictor Julien <vjulien@oisf.net>
Thu, 26 Jan 2023 14:46:08 +0000 (15:46 +0100)
committerVictor Julien <vjulien@oisf.net>
Sat, 28 Jan 2023 11:46:41 +0000 (12:46 +0100)
src/util-debug.h

index 8179d35733e450d9a24bfe0a2643adc8035b121e..19e89a5596a89fa54321dabe550d5f2e2657bc35 100644 (file)
@@ -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