diff options
author | Thierry Vignaud <tv@mandriva.org> | 2009-03-05 18:00:01 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2009-03-05 18:00:01 +0000 |
commit | ad43f3b6f11a5696ce610f065110716017b90c19 (patch) | |
tree | 780302ce9b350ac3d52b849f23419ae22a39b1a8 | |
parent | 8e6331eb9188e4080d511cc1f52364122b42b71d (diff) | |
download | drakx-ad43f3b6f11a5696ce610f065110716017b90c19.tar drakx-ad43f3b6f11a5696ce610f065110716017b90c19.tar.gz drakx-ad43f3b6f11a5696ce610f065110716017b90c19.tar.bz2 drakx-ad43f3b6f11a5696ce610f065110716017b90c19.tar.xz drakx-ad43f3b6f11a5696ce610f065110716017b90c19.zip |
(_install_raw) do not override error() (already defined in empty_packages()) so that we can display them
-rw-r--r-- | perl-install/install/NEWS | 2 | ||||
-rw-r--r-- | perl-install/install/pkgs.pm | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 376d01644..57505db27 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,5 @@ +- make sure to popup errors + Version 12.5 - 5 March 2009 - handle new drivers diff --git a/perl-install/install/pkgs.pm b/perl-install/install/pkgs.pm index 58a552c16..6ed6f49e6 100644 --- a/perl-install/install/pkgs.pm +++ b/perl-install/install/pkgs.pm @@ -724,7 +724,6 @@ sub _install_raw { #local $packages->{options}{script_fd} = fileno $LOG; local $packages->{options}{'priority-upgrade'}; # prevent priority upgrade # log $trans->add() faillure; FIXME: should we override *urpm::msg::sys_log? - local $packages->{error} = \&log::l; local $packages->{debug} = \&log::l; my ($retry, $retry_count); |