From 46366a59734325bf8fb3414ec798ca2551829ca5 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 022c56c42d..26d4476e82 100644 --- a/pdns/pdnssec.cc +++ b/pdns/pdnssec.cc @@ -576,8 +576,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 '"<