From: Eric Leblond Date: Mon, 16 Dec 2013 12:41:39 +0000 (+0100) Subject: debug: default logging level is notice X-Git-Tag: suricata-2.0rc1~223 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7561da4b8741744825ebe525d529d42c56a7e3fc;p=thirdparty%2Fsuricata.git debug: default logging level is notice Update the string in message because default logging level is now notice and not info. --- 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; }