]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
debug: default logging level is notice
authorEric Leblond <eric@regit.org>
Mon, 16 Dec 2013 12:41:39 +0000 (13:41 +0100)
committerVictor Julien <victor@inliniac.net>
Fri, 10 Jan 2014 14:33:59 +0000 (15:33 +0100)
Update the string in message because default logging level is
now notice and not info.

src/util-debug.c

index f994aae07684cc5a136ee1a785f12ad7a28241ae..c093ab0382839d82e20e01c675ec257cb9aedb96 100644 (file)
@@ -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;
     }