summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps_interactive.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/install_steps_interactive.pm')
-rw-r--r--perl-install/install_steps_interactive.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm
index 30860db13..e062c6c7c 100644
--- a/perl-install/install_steps_interactive.pm
+++ b/perl-install/install_steps_interactive.pm
@@ -843,7 +843,7 @@ sub summaryBefore {
$o->{intf}{eth0} and $o->{netcnx}{type} ||= 'lan';
$o->{intf}{ppp0} and $o->{netcnx}{type} ||= 'modem';
};
- log::l("summaryBefore: network configuration: $@");
+ log::l("summaryBefore: network configuration: ", formatError($@));
}
sub summary_prompt {