Change a couple of compiler progress messages

This commit is contained in:
Tom Eastep 2010-12-31 14:12:57 -08:00
parent e0d2eb997d
commit f8e04b4110

View File

@ -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( $_ ) ) {