diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2005-09-08 12:59:50 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2005-09-08 12:59:50 +0000 |
commit | 860527531642dff6be6cecf0f2787500ed6a4702 (patch) | |
tree | 4e14c7f85691544497db9c2772fa447f35e4eedf /perl-install/install_steps_interactive.pm | |
parent | b0a7036afc35911871c1e0146b2515a051502cda (diff) | |
download | drakx-860527531642dff6be6cecf0f2787500ed6a4702.tar drakx-860527531642dff6be6cecf0f2787500ed6a4702.tar.gz drakx-860527531642dff6be6cecf0f2787500ed6a4702.tar.bz2 drakx-860527531642dff6be6cecf0f2787500ed6a4702.tar.xz drakx-860527531642dff6be6cecf0f2787500ed6a4702.zip |
fix log
Diffstat (limited to 'perl-install/install_steps_interactive.pm')
-rw-r--r-- | perl-install/install_steps_interactive.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm index 907b07876..ea2e9d929 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -178,7 +178,7 @@ sub selectInstallClass { conectiva => 'cl', redhat => '.', #- everything! }->{$o->{isUpgrade}}; - log::l("upgrading $o->{isUpgrade} distribution" . ($o->{upgrade_by_removing_pkgs} ? " (upgrade_by_removing_pkgs)" : '')); + log::l("upgrading $o->{isUpgrade} distribution" . ($o->{upgrade_by_removing_pkgs_matching} ? " (upgrade_by_removing_pkgs_matching $o->{upgrade_by_removing_pkgs_matching})" : '')); } } } |