]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
nit
authorPeter van Dijk <peter.van.dijk@netherlabs.nl>
Tue, 30 Jul 2013 05:50:55 +0000 (07:50 +0200)
committerPeter van Dijk <peter.van.dijk@netherlabs.nl>
Tue, 30 Jul 2013 05:50:55 +0000 (07:50 +0200)
pdns/mastercommunicator.cc

index 2c1e80762da510d7246c1292824a0a9102ff1ef0..35340a6d94a1f5110842aecb792cb4cbec1c39c5 100644 (file)
@@ -72,7 +72,7 @@ void CommunicatorClass::queueNotifyDomain(const string &domain, DNSBackend *B)
     hasQueuedItem=true;
   }
   if (!hasQueuedItem)
-    L<<Logger::Warning<<"Request to queue notification for domain '"<<domain<<"' was processed, but no nameservers or also-notify's found. Not notifying!"<<endl;
+    L<<Logger::Warning<<"Request to queue notification for domain '"<<domain<<"' was processed, but no nameservers or ALSO-NOTIFYs found. Not notifying!"<<endl;
 
 }