]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
pdnssec output changed to match regression test expectations
authorbert hubert <bert.hubert@netherlabs.nl>
Wed, 30 Sep 2015 06:48:43 +0000 (08:48 +0200)
committerbert hubert <bert.hubert@netherlabs.nl>
Wed, 30 Sep 2015 06:48:43 +0000 (08:48 +0200)
pdns/pdnssec.cc

index c56ac8f5007e5e310eef70e30f8566642aa86b75..3b240dd5d493178dc97e543bda8c9acf16cc019e 100644 (file)
@@ -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