diff options
-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; } |