Restore the text of tcrules warning message

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2015-08-19 12:34:35 -07:00
parent 2b1f33c391
commit 39982c20c4

View File

@ -3245,7 +3245,7 @@ sub setup_tc( $ ) {
close $mangle, directive_callback( 0 );
} else {
warning_message "The tcrules file is deprecated in favor of the mangle file -- consider running '$product upgrade -t'";
warning_message "Non-empty tcrules file ($fn); consider running '$product update -t'";
}
} elsif ( $tcrules ) {
close $mangle, directive_callback( 0 );