]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Remeove redundant log line, as suggested by @rgacogne 10089/head
authorOtto <otto.moerbeek@open-xchange.com>
Mon, 22 Feb 2021 10:48:28 +0000 (11:48 +0100)
committerOtto <otto.moerbeek@open-xchange.com>
Mon, 22 Feb 2021 10:48:28 +0000 (11:48 +0100)
pdns/pdns_recursor.cc

index 425e450f0f7d8d8bf1f78901be89dd2a87966949..acac38444fe801e647e22fec4c8a7ccf9a979707 100644 (file)
@@ -1847,10 +1847,6 @@ static void startDoResolve(void *p)
             }
           }
 
-          if(sr.doLog()) {
-            g_log<<Logger::Warning<<"Starting validation of answer to "<<dc->d_mdp.d_qname<<"|"<<QType(dc->d_mdp.d_qtype).getName()<<x_marker<<" for "<<dc->getRemote()<<endl;
-          }
-
           if(state == vState::Secure) {
             if(sr.doLog()) {
               g_log<<Logger::Warning<<"Answer to "<<dc->d_mdp.d_qname<<"|"<<QType(dc->d_mdp.d_qtype).getName()<<x_marker<<" for "<<dc->getRemote()<<" validates correctly"<<endl;