From d9b3ecb9a1b67f8366504cabb9925758f978ff16 Mon Sep 17 00:00:00 2001 From: Kees Monshouwer Date: Mon, 1 Jun 2015 10:24:09 +0200 Subject: [PATCH] pdnssec: log missing glue as warning --- pdns/pdnssec.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pdns/pdnssec.cc b/pdns/pdnssec.cc index 4aca052f3f..32581ccf5c 100644 --- a/pdns/pdnssec.cc +++ b/pdns/pdnssec.cc @@ -632,8 +632,8 @@ int checkZone(DNSSECKeeper &dk, UeberBackend &B, const std::string& zone) BOOST_FOREACH(const string& qname, checkglue) { if (!glue.count(qname)) { - cerr<<"[Error] Missing glue for '"<