]> granicus.if.org Git - pdns/commitdiff
improve logging for database lookup issues
authorbert hubert <bert.hubert@netherlabs.nl>
Sun, 27 Sep 2015 17:42:07 +0000 (19:42 +0200)
committerbert hubert <bert.hubert@netherlabs.nl>
Sun, 27 Sep 2015 17:42:07 +0000 (19:42 +0200)
pdns/distributor.hh

index fe62c39126ee9ff1422fc4c54d3f64475e34a350..6b6ab5675731e313e08e578cb1746e51e9dcd794 100644 (file)
@@ -344,7 +344,7 @@ template<class Answer, class Question, class Backend>int MultiThreadDistributor<
       d_overloaded = overloadQueueLength && (val > overloadQueueLength);
 
     if(val>::arg().asNum("max-queue-length")) {
-      L<<Logger::Error<<val<<" questions waiting for database attention. Limit is "<<::arg().asNum("max-queue-length")<<", respawning"<<endl;
+      L<<Logger::Error<<val<<" questions waiting for database/backend attention. Limit is "<<::arg().asNum("max-queue-length")<<", respawning"<<endl;
       _exit(1);
     }