From 904eb65dfe6f0cd38c9dd9e69c6083bfe1a0c57b Mon Sep 17 00:00:00 2001 From: Frank Louwers Date: Fri, 8 Mar 2019 13:47:18 +0100 Subject: [PATCH] Make pdnsutil check-zone more consistent. An error is [Error]. Not [error]. --- pdns/pdnsutil.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/pdnsutil.cc b/pdns/pdnsutil.cc index 8b1e816892..d7e40a4587 100644 --- a/pdns/pdnsutil.cc +++ b/pdns/pdnsutil.cc @@ -241,7 +241,7 @@ int checkZone(DNSSECKeeper &dk, UeberBackend &B, const DNSName& zone, const vect { SOAData sd; if(!B.getSOAUncached(zone, sd)) { - cout<<"[error] No SOA record present, or active, in zone '"<