From e6d7736a5b96dec999c7ceac14327c5083dda05c Mon Sep 17 00:00:00 2001 From: Pieter Lexis Date: Wed, 25 Jan 2017 17:10:25 +0100 Subject: [PATCH] Change hostname validation check output to Info --- pdns/pdnsutil.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 '"<