From: Remi Gacogne Date: Thu, 5 Feb 2026 16:03:01 +0000 (+0100) Subject: dnsdist: Fix formatting X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b32ea52453c44c9282242b33088e0824f1c1d224;p=thirdparty%2Fpdns.git dnsdist: Fix formatting Signed-off-by: Remi Gacogne --- diff --git a/pdns/dnsdistdist/dnsdist-protobuf.cc b/pdns/dnsdistdist/dnsdist-protobuf.cc index 71d1f9d578..96d7c124a8 100644 --- a/pdns/dnsdistdist/dnsdist-protobuf.cc +++ b/pdns/dnsdistdist/dnsdist-protobuf.cc @@ -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) {