]> granicus.if.org Git - pdns/commitdiff
make trailing/leading spaces stand out in pdnssec check_zone
authorbert hubert <bert.hubert@netherlabs.nl>
Mon, 22 Jun 2015 09:25:58 +0000 (11:25 +0200)
committerbert hubert <bert.hubert@netherlabs.nl>
Mon, 22 Jun 2015 09:25:58 +0000 (11:25 +0200)
pdns/pdnssec.cc

index 011ed19c2296371fe269f5f8a59d2fbaeefac99d..e2a870465ab5733ce3a442b59a938002f198201f 100644 (file)
@@ -489,7 +489,7 @@ int checkZone(DNSSECKeeper &dk, UeberBackend &B, const std::string& zone)
     }
     catch(std::exception& e)
     {
-      cout<<"[Error] Following record had a problem: "<<rr.qname<<" IN " <<rr.qtype.getName()<< " " << rr.content<<endl;
+      cout<<"[Error] Following record had a problem: '"<<rr.qname<<"' of type " <<rr.qtype.getName()<< " '" << rr.content<<"'"<<endl;
       cout<<"[Error] Error was: "<<e.what()<<endl;
       numerrors++;
       continue;