Correct warning message in stoppedrules processing.

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2014-09-24 11:05:15 -07:00
parent a7b57ad32c
commit 4815f7eba3

View File

@ -693,7 +693,7 @@ sub process_stoppedrules() {
first_entry sub() {
progress_message2("$doing $fn...");
unless ( $config{ADMINISABSENTMINDED} ) {
warning_message("Entries in the routestopped file are processed as if ADMINISABSENTMINDED=Yes");
warning_message("Entries in the stoppedrules file are processed as if ADMINISABSENTMINDED=Yes");
$config{ADMINISABSENTMINDED} = 'Yes';
}
};