From: bert hubert Date: Tue, 26 Apr 2016 12:05:11 +0000 (+0200) Subject: silence where we read the config file from except in verbose mode X-Git-Tag: rec-4.0.0-alpha3~40^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cdc04ede508fc0b9648fb37246242d27ab9fb002;p=thirdparty%2Fpdns.git silence where we read the config file from except in verbose mode --- 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);