mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-20 09:47:51 +02:00
Correct progress message in optimize_level4()
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
7ceb0228e9
commit
4a0a906510
@ -3583,7 +3583,7 @@ sub optimize_level4( $$ ) {
|
||||
if ( my $chains = @chains ) {
|
||||
$passes++;
|
||||
|
||||
progress_message "\n Table $table pass $passes, $chains short chains, level 4b...";
|
||||
progress_message "\n Table $table pass $passes, $chains short chains, level 4c...";
|
||||
|
||||
for my $chainref ( @chains ) {
|
||||
my $name = $chainref->{name};
|
||||
|
Loading…
x
Reference in New Issue
Block a user