From c8d3fa1cfafc8151ac47e075f07247773eadd8e1 Mon Sep 17 00:00:00 2001 From: RobinGeuze Date: Wed, 12 Aug 2020 17:14:32 +0200 Subject: [PATCH] Update pdns/pdnsutil.cc Accept textual change Co-authored-by: Peter van Dijk --- pdns/pdnsutil.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.47.2