summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStig Thormodsrud <stig@io.vyatta.com>2009-02-06 14:12:14 -0800
committerStig Thormodsrud <stig@io.vyatta.com>2009-02-06 14:12:14 -0800
commit6fcb56d9a828e74306b3f667532fb3506016fc3c (patch)
tree0740abfa50d895f5d04c7a80c0c0ef7f2bd5adbc
parentf9cf46359e923ffab788663a8d644b06bfe0e9b5 (diff)
downloadvyatta-cfg-firewall-6fcb56d9a828e74306b3f667532fb3506016fc3c.tar.gz
vyatta-cfg-firewall-6fcb56d9a828e74306b3f667532fb3506016fc3c.zip
Add carriage return to error message.
-rwxr-xr-xscripts/firewall/vyatta-ipset.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/firewall/vyatta-ipset.pl b/scripts/firewall/vyatta-ipset.pl
index fe3a921..3ccd4c3 100755
--- a/scripts/firewall/vyatta-ipset.pl
+++ b/scripts/firewall/vyatta-ipset.pl
@@ -88,7 +88,7 @@ sub ipset_check_set_type {
my $type = $group->get_type();
$type = 'undefined' if ! defined $type;
if ($type ne $set_type) {
- return "Error: group [$set_name] is of type [$type] not [$set_type]";
+ return "Error: group [$set_name] is of type [$type] not [$set_type]\n";
}
return;
}