From 639fdb1c539a77b2839cd2941776371b817d98ef Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 19 Feb 2004 17:17:35 +0000 Subject: better logging --- 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 12970008a..eda0bb54f 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -870,7 +870,7 @@ sub summaryBefore { eval { network::network::read_all_conf($o->{prefix}, $o->{netc} ||= {}, $o->{intf} ||= {}, $o->{netcnx} ||= {}); }; - log::l("summaryBefore: network configuration: ", formatError($@)); + log::l("summaryBefore: network configuration: ", formatError($@)) if $@; } sub summary_prompt { -- cgit v1.2.1