summaryrefslogtreecommitdiffstats
path: root/perl-install/install2.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/install2.pm')
-rw-r--r--perl-install/install2.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/install2.pm b/perl-install/install2.pm
index 0525ee8a2..5385ead46 100644
--- a/perl-install/install2.pm
+++ b/perl-install/install2.pm
@@ -611,6 +611,7 @@ sub main {
local $_ = $err;
$o->kill_action;
if (!/^already displayed/) {
+ log::l("error: $err");
eval { $o->errorInStep($_) };
$o->{steps}{$o->{step}}{auto} = 0;
$err = $@;