From 30d9d8c7f46e4b0a16063c8df9a5f3ee17842937 Mon Sep 17 00:00:00 2001 From: Lukas Sismis Date: Wed, 18 Jan 2023 13:33:03 +0700 Subject: [PATCH] util-debug: clang-format required change --- src/util-debug.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util-debug.h b/src/util-debug.h index 808cc8a5a0..8179d35733 100644 --- a/src/util-debug.h +++ b/src/util-debug.h @@ -74,7 +74,7 @@ typedef enum { } SCLogOPType; /* The default log_format, if it is not supplied by the user */ -#define SC_LOG_DEF_FILE_FORMAT "[%i - %m] %z %d: %S: %M" +#define SC_LOG_DEF_FILE_FORMAT "[%i - %m] %z %d: %S: %M" #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"