From 860527531642dff6be6cecf0f2787500ed6a4702 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 8 Sep 2005 12:59:50 +0000 Subject: fix log --- perl-install/install_steps_interactive.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 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})" : '')); } } } -- cgit v1.2.1