From cf502e8f3908835c936e78eda0cbe437a9bbb585 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 19 Feb 2003 23:39:11 +0000 Subject: add some more formatError --- perl-install/install_steps_interactive.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install_steps_interactive.pm') 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 { -- cgit v1.2.1