Reword error message

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@8421 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2008-04-11 02:13:25 +00:00
parent 485d4f51e2
commit 4c4b58d9cc

View File

@ -68,7 +68,7 @@ sub process_accounting_rule( $$$$$$$$$ ) {
sub check_chain( $ ) { sub check_chain( $ ) {
my $chainref = shift; my $chainref = shift;
fatal_error "A Shorewall-generated chain ($chainref->{name}) may not appear in the accounting file" if $chainref->{policy}; fatal_error "A non-accounting chain ($chainref->{name}) may not appear in the accounting file" if $chainref->{policy};
} }
sub accounting_error() { sub accounting_error() {