]> granicus.if.org Git - pdns/commitdiff
add \n to error output on delete-zone
authorbert hubert <bert.hubert@netherlabs.nl>
Fri, 26 Dec 2014 14:48:05 +0000 (15:48 +0100)
committerbert hubert <bert.hubert@netherlabs.nl>
Fri, 26 Dec 2014 14:48:05 +0000 (15:48 +0100)
pdns/pdnssec.cc

index 608179a82ed8dbbe0cb9c91c8451b2626b1be2b4..780c7830c4c0337631e715c590643d23b3720a90 100644 (file)
@@ -692,7 +692,7 @@ int deleteZone(const string &zone) {
   UeberBackend B;
   DomainInfo di;
   if (! B.getDomainInfo(zone, di)) {
-    cerr<<"Domain '"<<zone<<"' not found!";
+    cerr<<"Domain '"<<zone<<"' not found!"<<endl;
     return 1;
   }