From f6a54e9badb3ff75d75bb212ede0a5b16de92a79 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Tue, 28 Sep 2004 07:32:07 +0000 Subject: More logs on install_urpmi --- perl-install/install_any.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm index fbf251e47..1348fc5dc 100644 --- a/perl-install/install_any.pm +++ b/perl-install/install_any.pm @@ -596,6 +596,7 @@ sub install_urpmi { #- rare case where urpmi cannot be installed (no hd install path). $method eq 'disk' && !any::hdInstallPath() and return; + log::l("install_urpmi $method"); #- clean to avoid opening twice the rpm db. delete $packages->{rpmdb}; @@ -693,6 +694,7 @@ sub install_urpmi { "; } else { #- remove not selected media by removing hdlist and synthesis files copied. + log::l("removing media $name"); unlink "$prefix/var/lib/urpmi/hdlist.$name.cz"; unlink "$prefix/var/lib/urpmi/synthesis.hdlist.$name.cz"; } -- cgit v1.2.1