From d838a3ac9e9d9897160906d7e4abea5021ae4071 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 5 Mar 2015 18:44:51 +0100 Subject: log step errors --- perl-install/install/install2.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/install/install2.pm') diff --git a/perl-install/install/install2.pm b/perl-install/install/install2.pm index 50bde4ad9..9080d0cb9 100644 --- a/perl-install/install/install2.pm +++ b/perl-install/install/install2.pm @@ -806,6 +806,7 @@ sub real_main() { log::l("step \"$o->{step}\" took: ", formatTimeRaw(time() - $time)); $o->kill_action; if ($err) { + log::l("step \"$o->{step}\" failed with error: $err"); local $_ = $err; $o->kill_action; if (!/^already displayed/) { -- cgit v1.2.1