diff options
author | Antoine Ginies <aginies@mandriva.com> | 2011-03-09 14:11:17 +0000 |
---|---|---|
committer | Antoine Ginies <aginies@mandriva.com> | 2011-03-09 14:11:17 +0000 |
commit | f6bfcaa17c6ca07c46fcc7d1674635b37e828ba4 (patch) | |
tree | 03c6c989dfef302778dff2ad8829649f2938a909 | |
parent | 0f3cdebc1b6f38615dde2e2289b401b7d5f1f71e (diff) | |
download | drakx-f6bfcaa17c6ca07c46fcc7d1674635b37e828ba4.tar drakx-f6bfcaa17c6ca07c46fcc7d1674635b37e828ba4.tar.gz drakx-f6bfcaa17c6ca07c46fcc7d1674635b37e828ba4.tar.bz2 drakx-f6bfcaa17c6ca07c46fcc7d1674635b37e828ba4.tar.xz drakx-f6bfcaa17c6ca07c46fcc7d1674635b37e828ba4.zip |
its not in MB
-rw-r--r-- | perl-install/install/steps_interactive.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/install/steps_interactive.pm b/perl-install/install/steps_interactive.pm index 134ae9b82..79e1f7b05 100644 --- a/perl-install/install/steps_interactive.pm +++ b/perl-install/install/steps_interactive.pm @@ -135,9 +135,9 @@ sub selectPartitionTable { if ($size > 2 * 1024 * 1024 * 1024) { # if ($size > 248) { push @bigdrives, $hd; - log::l("selectPartitionTable: $hd->{device} is a big drive ($size MB)"); + log::l("selectPartitionTable: $hd->{device} is a big drive ($size)"); } else { - log::l("selectPartitionTable: $hd->{device} not a big drive ($size MB)"); + log::l("selectPartitionTable: $hd->{device} not a big drive ($size)"); } } my $howmany = @bigdrives; |