From cdc04ede508fc0b9648fb37246242d27ab9fb002 Mon Sep 17 00:00:00 2001 From: bert hubert Date: Tue, 26 Apr 2016 14:05:11 +0200 Subject: [PATCH] silence where we read the config file from except in verbose mode --- pdns/dnsdist-lua.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/dnsdist-lua.cc b/pdns/dnsdist-lua.cc index b42a5699dc..e9881b7969 100644 --- a/pdns/dnsdist-lua.cc +++ b/pdns/dnsdist-lua.cc @@ -1396,7 +1396,7 @@ vector> setupLua(bool client, const std::string& confi if(!ifs) warnlog("Unable to read configuration from '%s'", config); else - infolog("Read configuration from '%s'", config); + vinfolog("Read configuration from '%s'", config); g_lua.executeCode(ifs); -- 2.47.2