From 13a9aa3e92befdfff9741c138b58ec5b15493bc5 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 84539cc83..ec46daef3 100644 --- a/pdns/pdnssec.cc +++ b/pdns/pdnssec.cc @@ -626,8 +626,8 @@ int checkZone(DNSSECKeeper &dk, UeberBackend &B, const std::string& zone) for(const auto &qname : checkglue) { if (!glue.count(qname)) { - cerr<<"[Error] Missing glue for '"<