]> granicus.if.org Git - pdns/commitdiff
recursor secpoll: improve message on timeout
authorChris Hofstaedtler <chris.hofstaedtler@deduktiva.com>
Mon, 27 Nov 2017 16:48:45 +0000 (17:48 +0100)
committerChris Hofstaedtler <chris.hofstaedtler@deduktiva.com>
Mon, 27 Nov 2017 16:48:45 +0000 (17:48 +0100)
pdns/pdns_recursor.cc

index fed8b01a33841ea56951af4c6db2836947db8025..e9b9268679cd896f5bfb1ad3da2820cef6b71896 100644 (file)
@@ -2166,6 +2166,10 @@ static void houseKeeping(void *)
         {
           L<<Logger::Error<<"Exception while performing security poll: "<<e.reason<<endl;
         }
+        catch(ImmediateServFailException &e)
+        {
+          L<<Logger::Error<<"Exception while performing security poll: "<<e.reason<<endl;
+        }
         catch(...)
         {
           L<<Logger::Error<<"Exception while performing security poll"<<endl;