From 7561da4b8741744825ebe525d529d42c56a7e3fc Mon Sep 17 00:00:00 2001 From: Eric Leblond Date: Mon, 16 Dec 2013 13:41:39 +0100 Subject: [PATCH] debug: default logging level is notice Update the string in message because default logging level is now notice and not info. --- src/util-debug.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util-debug.c b/src/util-debug.c index f994aae076..c093ab0382 100644 --- a/src/util-debug.c +++ b/src/util-debug.c @@ -1134,7 +1134,7 @@ void SCLogLoadConfig(int daemon, int verbose) } else { SCLogWarning(SC_ERR_MISSING_CONFIG_PARAM, - "No default log level set, will use info."); + "No default log level set, will use notice."); sc_lid->global_log_level = SC_LOG_NOTICE; }