mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-24 19:51:40 +02:00
Change a couple of compiler progress messages
This commit is contained in:
parent
e0d2eb997d
commit
f8e04b4110
@ -624,7 +624,7 @@ sub process_action( $) {
|
|||||||
|
|
||||||
fatal_error "Missing Action File ($actionfile)" unless -f $actionfile;
|
fatal_error "Missing Action File ($actionfile)" unless -f $actionfile;
|
||||||
|
|
||||||
progress_message2 "Processing $actionfile for chain $chainref->{name}...";
|
progress_message2 "$doing $actionfile for chain $chainref->{name}...";
|
||||||
|
|
||||||
push_open $actionfile;
|
push_open $actionfile;
|
||||||
|
|
||||||
@ -727,7 +727,7 @@ sub process_actions1() {
|
|||||||
# This function creates and populates the chains for the policy actions.
|
# This function creates and populates the chains for the policy actions.
|
||||||
#
|
#
|
||||||
sub process_actions2 () {
|
sub process_actions2 () {
|
||||||
progress_message2 "Pre-processing policy actions...";
|
progress_message2 "$doing policy actions...";
|
||||||
|
|
||||||
for ( map normalize_action_name $_, ( grep ! ( $targets{$_} & BUILTIN ), keys %policy_actions ) ) {
|
for ( map normalize_action_name $_, ( grep ! ( $targets{$_} & BUILTIN ), keys %policy_actions ) ) {
|
||||||
if ( my $ref = use_action( $_ ) ) {
|
if ( my $ref = use_action( $_ ) ) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user