From 01cea2ec890c65820065979df33f79794dd5737e Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Fri, 18 Oct 2019 10:10:32 +0200 Subject: [PATCH] datasets: suppress noisy debug statement --- src/util-conf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.47.2