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/pkgs.pm | |
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/pkgs.pm')
-rw-r--r-- | perl-install/install/pkgs.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |