From 6b32c5e8626e0bb74499a59f6783616f08aa4b94 Mon Sep 17 00:00:00 2001 From: bert hubert Date: Fri, 13 Nov 2015 14:11:47 +0100 Subject: [PATCH] slightly improve error message if backend unable to store a new zone in pdnssec --- pdns/pdnssec.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/pdnssec.cc b/pdns/pdnssec.cc index 3b6c6ee00..bbd22c668 100644 --- a/pdns/pdnssec.cc +++ b/pdns/pdnssec.cc @@ -894,7 +894,7 @@ int loadZone(DNSName zone, const string& fname) { B.createDomain(zone); if(!B.getDomainInfo(zone, di)) { - cerr<<"Domain '"<