From: Victor Julien Date: Fri, 18 Oct 2019 08:10:32 +0000 (+0200) Subject: datasets: suppress noisy debug statement X-Git-Tag: suricata-5.0.1~115 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01cea2ec890c65820065979df33f79794dd5737e;p=thirdparty%2Fsuricata.git datasets: suppress noisy debug statement --- diff --git a/src/util-conf.c b/src/util-conf.c index 90db1f70f3..c3fb07ea41 100644 --- a/src/util-conf.c +++ b/src/util-conf.c @@ -95,7 +95,7 @@ const char *ConfigGetDataDirectory() #endif /* OS_WIN32 */ } - SCLogNotice("returning '%s'", data_dir); + SCLogDebug("returning '%s'", data_dir); return data_dir; }