diff options
author | Thierry Vignaud <tv@mageia.org> | 2012-02-19 11:52:56 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2012-02-19 11:52:56 +0000 |
commit | 81dcd540fcf868caa0ca157c5f5ce02ae0aadc08 (patch) | |
tree | b77c09c832f78285e39ee5694fc05eddcf116825 /perl-install/install | |
parent | 1945d114651897df01748e35a937a2efc8f811df (diff) | |
download | drakx-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)
Diffstat (limited to 'perl-install/install')
-rw-r--r-- | perl-install/install/NEWS | 2 | ||||
-rw-r--r-- | perl-install/install/pkgs.pm | 2 |
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; } |