diff --git a/Shorewall/Perl/Shorewall/Rules.pm b/Shorewall/Perl/Shorewall/Rules.pm index 3f2d445e7..52f15278a 100644 --- a/Shorewall/Perl/Shorewall/Rules.pm +++ b/Shorewall/Perl/Shorewall/Rules.pm @@ -282,7 +282,7 @@ sub setup_blacklist() { $target , '' ); } else { - warning_message 'Blacklist entry ignored because there are no "blacklist in" zones'; + warning_message '"src" entry ignored because there are no "blacklist in" zones'; } } } elsif ( $_ =~ /^(?:dst|to)$/ ) { @@ -302,7 +302,7 @@ sub setup_blacklist() { $target , '' ); } else { - warning_message 'Blacklist entry ignored because there are no "blacklist out" zones'; + warning_message '"dst" entry ignored because there are no "blacklist out" zones'; } } } else {