Align progress messages produced by 'reenable'

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2017-09-19 13:28:09 -07:00
parent 846e8c4ece
commit a7be3dfece
No known key found for this signature in database
GPG Key ID: 96E6B3F2423A4D10

View File

@ -1241,9 +1241,9 @@ CEOF
);
if ( $pseudo ) {
emit( "progress_message2 \" Optional Interface $table stopped\"" );
emit( "progress_message2 \"Optional Interface $table stopped\"" );
} else {
emit( "progress_message2 \" Provider $table ($number) stopped\"" );
emit( "progress_message2 \"Provider $table ($number) stopped\"" );
}
pop_indent;