From: RobinGeuze Date: Wed, 12 Aug 2020 15:14:32 +0000 (+0200) Subject: Update pdns/pdnsutil.cc X-Git-Tag: dnsdist-1.6.0-alpha2~50^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c8d3fa1cfafc8151ac47e075f07247773eadd8e1;p=thirdparty%2Fpdns.git Update pdns/pdnsutil.cc Accept textual change Co-authored-by: Peter van Dijk --- diff --git a/pdns/pdnsutil.cc b/pdns/pdnsutil.cc index 08cfbf8ed7..f5e298da3c 100644 --- a/pdns/pdnsutil.cc +++ b/pdns/pdnsutil.cc @@ -727,7 +727,7 @@ static int checkZone(DNSSECKeeper &dk, UeberBackend &B, const DNSName& zone, con if (seen.count(value) <= 0) { seen.insert(value); } else if (messaged.count(value) <= 0) { - cout << "[Error] Found duplicate metadata key value pair for zone " << zone << " with key " << metaData.first << " and value " << value << endl; + cout << "[Error] Found duplicate metadata key value pair for zone " << zone << " with key '" << metaData.first << "' and value '" << value << "'" << endl; numerrors++; messaged.insert(value); }