From 1b306ec02f454e4f97d033c0fe4111fc1747b944 Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Mon, 8 Nov 1999 10:32:17 +0000 Subject: *** empty log message *** --- perl-install/install_steps_interactive.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/install_steps_interactive.pm') diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm index a8f3d03c2..b50428ef5 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -198,6 +198,7 @@ sub choosePartitionsToFormat($$) { return if $::beginner && 0 == grep { ! $_->{toFormat} } @l; $_->{toFormat} ||= $_->{toFormatUnsure} foreach @l; + log::l("preparing to format $_->{mntpoint}") foreach grep { $_->{toFormat} } @l; $o->ask_many_from_list_ref('', _("Choose the partitions you want to format"), [ map { isSwap($_) ? type2name($_->{type}) . " ($_->{device})" : $_->{mntpoint} } @l ], -- cgit v1.2.1