mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-15 12:14:32 +01: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;
|
||||
|
||||
progress_message2 "Processing $actionfile for chain $chainref->{name}...";
|
||||
progress_message2 "$doing $actionfile for chain $chainref->{name}...";
|
||||
|
||||
push_open $actionfile;
|
||||
|
||||
@ -727,7 +727,7 @@ sub process_actions1() {
|
||||
# This function creates and populates the chains for the policy actions.
|
||||
#
|
||||
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 ) ) {
|
||||
if ( my $ref = use_action( $_ ) ) {
|
||||
|
Loading…
Reference in New Issue
Block a user