]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
add missing space to notification error message
authorbert hubert <bert.hubert@netherlabs.nl>
Wed, 22 Oct 2014 18:45:25 +0000 (20:45 +0200)
committerbert hubert <bert.hubert@netherlabs.nl>
Wed, 22 Oct 2014 18:45:25 +0000 (20:45 +0200)
pdns/mastercommunicator.cc

index 047252233f667f0ccd29ba1497085a375c44a521..a668ff7fae98bedd2e9381749333d84ae859a53e 100644 (file)
@@ -177,7 +177,7 @@ time_t CommunicatorClass::doNotifications()
       L<<Logger::Warning<<"Received unsuccessful notification report for '"<<p.qdomain<<"' from "<<from.toStringWithPort()<<", error: "<<RCode::to_s(p.d.rcode)<<endl;      
 
     if(d_nq.removeIf(from.toStringWithPort(), p.d.id, p.qdomain))
-      L<<Logger::Warning<<"Removed from notification list: '"<<p.qdomain<<"' to "<<from.toStringWithPort()<< (p.d.rcode ? RCode::to_s(p.d.rcode) : " (was acknowledged)")<<endl;      
+      L<<Logger::Warning<<"Removed from notification list: '"<<p.qdomain<<"' to "<<from.toStringWithPort()<<" "<< (p.d.rcode ? RCode::to_s(p.d.rcode) : "(was acknowledged)")<<endl;      
     else {
       L<<Logger::Warning<<"Received spurious notify answer for '"<<p.qdomain<<"' from "<< from.toStringWithPort()<<endl;
       //d_nq.dump();