diff options
Diffstat (limited to 'perl-install/install_any.pm')
-rw-r--r-- | perl-install/install_any.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm index 6e1b8bb1c..2e8effdf4 100644 --- a/perl-install/install_any.pm +++ b/perl-install/install_any.pm @@ -233,7 +233,7 @@ sub searchAndMount4Upgrade { } is_empty_array_ref($found) and die _("No root partition found"); - log::l("Found root partition : $root->{device}"); + log::l("found root partition : $root->{device}"); #- test if the partition has to be fschecked and remounted rw. if ($root->{realMntpoint}) { |