]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
log port with this failure, as done elswhere
authorSander Smeenk <ssmeenk@freshdot.net>
Wed, 9 Aug 2023 16:48:46 +0000 (18:48 +0200)
committerSander Smeenk <ssmeenk@freshdot.net>
Wed, 9 Aug 2023 16:48:46 +0000 (18:48 +0200)
pdns/resolver.cc

index abdbff900754cbf9e65bbf25b9faae9fc250c510..afe8c0072cc7181f5cb8262b6426f6da9ab10833 100644 (file)
@@ -302,7 +302,7 @@ bool Resolver::tryGetSOASerial(DNSName *domain, ComboAddress* remote, uint32_t *
     }
   }
   if(!gotSOA)
-    throw ResolverException("Query to '" + remote->toString() + "' for SOA of '" + domain->toLogString() + "' did not return a SOA");
+    throw ResolverException("Query to '" + remote->toStringWithPort() + "' for SOA of '" + domain->toLogString() + "' did not return a SOA");
   return true;
 }