]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
silence where we read the config file from except in verbose mode
authorbert hubert <bert.hubert@netherlabs.nl>
Tue, 26 Apr 2016 12:05:11 +0000 (14:05 +0200)
committerbert hubert <bert.hubert@netherlabs.nl>
Tue, 26 Apr 2016 12:05:11 +0000 (14:05 +0200)
pdns/dnsdist-lua.cc

index b42a5699dcebc14c44c1786e973393956dd36b9c..e9881b7969326c9c67580763aa4cc82a3f3f02f5 100644 (file)
@@ -1396,7 +1396,7 @@ vector<std::function<void(void)>> 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);