cosmetics
authorMatthias Förste <foerste@schlittermann.de>
Thu, 14 Jul 2011 09:56:57 +0200
changeset 156 030f377af8d5
parent 155 24ba8266112e
child 157 548c7695897d
cosmetics
dnsnagios/check_dnssec
--- a/dnsnagios/check_dnssec	Thu Jun 30 16:43:41 2011 +0200
+++ b/dnsnagios/check_dnssec	Thu Jul 14 09:56:57 2011 +0200
@@ -103,7 +103,7 @@
         && ( @a = $r->answer ) )
     {
 
-        print "No RRSIGs found for zone '$z'";
+        print "No RRSIGs found for zone '$z'\n";
         exit $rv->{UNKNOWN};
 
     }