]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Update pdns/pdnsutil.cc
authorRobinGeuze <RobinGeuze@users.noreply.github.com>
Wed, 12 Aug 2020 15:14:32 +0000 (17:14 +0200)
committerRobin Geuze <robing@transip.nl>
Mon, 8 Feb 2021 09:36:35 +0000 (10:36 +0100)
Accept textual change

Co-authored-by: Peter van Dijk <peter.van.dijk@powerdns.com>
pdns/pdnsutil.cc

index 08cfbf8ed7ff3bffc69cc8b6254cd38f6bf8c52b..f5e298da3c3384cbade43084337d23da18652c92 100644 (file)
@@ -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);
       }