]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: Fix formatting 16823/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Thu, 5 Feb 2026 16:03:01 +0000 (17:03 +0100)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Thu, 5 Feb 2026 16:03:01 +0000 (17:03 +0100)
Signed-off-by: Remi Gacogne <remi.gacogne@powerdns.com>
pdns/dnsdistdist/dnsdist-protobuf.cc

index 71d1f9d578b40643f91c0c60f5f297515f428c06..96d7c124a8a221a3dac29f1c4105c8c8a7dcbdae 100644 (file)
@@ -176,8 +176,8 @@ void DNSDistProtoBufMessage::serialize(std::string& data, bool withOpenTelemetry
     msg.setHeaderFlags(*getFlagsFromDNSHeader(d_dq.getHeader().get()));
   }
   catch (const std::exception& exp) {
-      VERBOSESLOG(infolog("Error while getting the flags from the DNS header of a packet to add them to the protobuf message: %s", exp.what()),
-                  dnsdist::logging::getTopLogger("protobuf")->error(Logr::Info, exp.what(), "Error while getting the flags from the DNS header of a packet to add them to the protobuf message"));
+    VERBOSESLOG(infolog("Error while getting the flags from the DNS header of a packet to add them to the protobuf message: %s", exp.what()),
+                dnsdist::logging::getTopLogger("protobuf")->error(Logr::Info, exp.what(), "Error while getting the flags from the DNS header of a packet to add them to the protobuf message"));
   }
 
   if (d_serverIdentity) {