From 471d4820187e956e4ba264ba18ced708951edec1 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 9 Mar 2009 10:31:55 +0000 Subject: (_install_raw) log failed transactions summary --- perl-install/install/pkgs.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/install/pkgs.pm') diff --git a/perl-install/install/pkgs.pm b/perl-install/install/pkgs.pm index d1387214b..234f1b54e 100644 --- a/perl-install/install/pkgs.pm +++ b/perl-install/install/pkgs.pm @@ -764,6 +764,7 @@ sub _install_raw { trans_error_summary => sub { my ($nok, $errors) = @_; log::l($nok . " installation transactions failed"); + log::l(join("\n", @$errors)); if (!$packages->{options}{auto}) { $::o->ask_warn(N("Error"), N("%d installation transactions failed", $nok) . "\n\n" . N("Installation of packages failed:") . "\n\n" . join("\n", @$errors)); -- cgit v1.2.1