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/NEWS | 1 + perl-install/install/install2.pm | 1 + 2 files changed, 2 insertions(+) (limited to 'perl-install') diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 26f36fc81..bb95e3c01 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,5 +1,6 @@ - auto_install: o ignore firmwares within draklive + o log step errors Version 16.66 - 5 March 2015 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