debug: default logging level is notice

Update the string in message because default logging level is
now notice and not info.
pull/758/head
Eric Leblond 12 years ago committed by Victor Julien
parent d6932f90db
commit 7561da4b87

@ -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;
}

Loading…
Cancel
Save