From: Pieter Lexis Date: Wed, 25 Jan 2017 16:10:25 +0000 (+0100) Subject: Change hostname validation check output to Info X-Git-Tag: rec-4.1.0-alpha1~301^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6d7736a5b96dec999c7ceac14327c5083dda05c;p=thirdparty%2Fpdns.git Change hostname validation check output to Info --- diff --git a/pdns/pdnsutil.cc b/pdns/pdnsutil.cc index 5b2910d2ef..2897203f5c 100644 --- a/pdns/pdnsutil.cc +++ b/pdns/pdnsutil.cc @@ -584,8 +584,7 @@ int checkZone(DNSSECKeeper &dk, UeberBackend &B, const DNSName& zone, const vect Regex hostnameRegex=Regex("^(([A-Za-z0-9]([A-Za-z0-9-]*[A-Za-z0-9])?)\\.)+$"); if (!hostnameRegex.match(rr.qname.toString())) { - cout<<"[Error] A or AAAA record found at '"<