]> granicus.if.org Git - pdns/commitdiff
Add quotation chars to make erroneous end of line whitespace easier to spot
authorJob Snijders <job@instituut.net>
Mon, 6 Nov 2017 10:57:53 +0000 (11:57 +0100)
committerJob Snijders <job@instituut.net>
Mon, 6 Nov 2017 11:07:43 +0000 (12:07 +0100)
pdns/pdnsutil.cc

index d739a68ec2fa7831b8daeed5de27779524a93b91..4a3b8cf0a601188a01f56ed710cf75748e4a5908 100644 (file)
@@ -331,7 +331,7 @@ int checkZone(DNSSECKeeper &dk, UeberBackend &B, const DNSName& zone, const vect
     }
     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<<" IN "<<rr.qtype.getName()<<" "<<rr.content<<"\""<<endl;
       cout<<"[Error] Error was: "<<e.what()<<endl;
       numerrors++;
       continue;