From: bert hubert Date: Wed, 30 Sep 2015 06:48:43 +0000 (+0200) Subject: pdnssec output changed to match regression test expectations X-Git-Tag: dnsdist-1.0.0-alpha1~248^2~28^2~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b9d63cb97be04057dda2363c41bd4ba8a00fc67e;p=thirdparty%2Fpdns.git pdnssec output changed to match regression test expectations --- diff --git a/pdns/pdnssec.cc b/pdns/pdnssec.cc index c56ac8f500..3b240dd5d4 100644 --- a/pdns/pdnssec.cc +++ b/pdns/pdnssec.cc @@ -2163,7 +2163,7 @@ try cerr << "Unable to set meta for '" << zone << "'" << endl; return 1; } else { - cout << "Set '" << zone << "' meta " << kind << " = " << boost::join(meta, ", ") << endl; + cout << "Set '" << zone.toStringNoDot() << "' meta " << kind << " = " << boost::join(meta, ", ") << endl; } } else if (cmds[0]=="hsm") { #ifdef HAVE_P11KIT1