From b6cf5085cd13a862e2933ccf9eca397e8d64845b Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 8 Jan 2004 18:06:57 +0000 Subject: no need to log the error twice, errorInStep will take care of it --- perl-install/install2.pm | 1 - 1 file changed, 1 deletion(-) (limited to 'perl-install/install2.pm') diff --git a/perl-install/install2.pm b/perl-install/install2.pm index 5385ead46..0525ee8a2 100644 --- a/perl-install/install2.pm +++ b/perl-install/install2.pm @@ -611,7 +611,6 @@ sub main { local $_ = $err; $o->kill_action; if (!/^already displayed/) { - log::l("error: $err"); eval { $o->errorInStep($_) }; $o->{steps}{$o->{step}}{auto} = 0; $err = $@; -- cgit v1.2.1