summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-02-19 11:52:56 +0000
committerThierry Vignaud <tv@mageia.org>2012-02-19 11:52:56 +0000
commit81dcd540fcf868caa0ca157c5f5ce02ae0aadc08 (patch)
treeb77c09c832f78285e39ee5694fc05eddcf116825
parent1945d114651897df01748e35a937a2efc8f811df (diff)
downloaddrakx-81dcd540fcf868caa0ca157c5f5ce02ae0aadc08.tar
drakx-81dcd540fcf868caa0ca157c5f5ce02ae0aadc08.tar.gz
drakx-81dcd540fcf868caa0ca157c5f5ce02ae0aadc08.tar.bz2
drakx-81dcd540fcf868caa0ca157c5f5ce02ae0aadc08.tar.xz
drakx-81dcd540fcf868caa0ca157c5f5ce02ae0aadc08.zip
(empty_packages) log more stuff regarding packages installation (mga#4565)
-rw-r--r--perl-install/install/NEWS2
-rw-r--r--perl-install/install/pkgs.pm2
2 files changed, 3 insertions, 1 deletions
diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS
index f8d297bb9..bc66717ae 100644
--- a/perl-install/install/NEWS
+++ b/perl-install/install/NEWS
@@ -1,3 +1,5 @@
+- log more stuff regarding packages installation (mga#4565)
+
Version 13.82 - 14 February 2012
- Mageia 2 beta 1 banner
diff --git a/perl-install/install/pkgs.pm b/perl-install/install/pkgs.pm
index c7c279e1c..0601c94ae 100644
--- a/perl-install/install/pkgs.pm
+++ b/perl-install/install/pkgs.pm
@@ -343,7 +343,7 @@ sub empty_packages {
# prevent priority upgrade (redundant for now as $urpm->{root} implies disabling it:
$packages->{options}{'priority-upgrade'} = undef;
# log $trans->add() faillure; FIXME: should we override *urpm::msg::sys_log?
- $packages->{debug} = \&log::l;
+ $packages->{debug} = $packages->{debug_URPM} = \&log::l;
$packages;
}