diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2004-01-08 18:06:57 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2004-01-08 18:06:57 +0000 |
commit | b6cf5085cd13a862e2933ccf9eca397e8d64845b (patch) | |
tree | 175ffabe81781cfc221de6100e57227547bce153 | |
parent | c546d79301231b3419522071b5cd479651058729 (diff) | |
download | drakx-b6cf5085cd13a862e2933ccf9eca397e8d64845b.tar drakx-b6cf5085cd13a862e2933ccf9eca397e8d64845b.tar.gz drakx-b6cf5085cd13a862e2933ccf9eca397e8d64845b.tar.bz2 drakx-b6cf5085cd13a862e2933ccf9eca397e8d64845b.tar.xz drakx-b6cf5085cd13a862e2933ccf9eca397e8d64845b.zip |
no need to log the error twice, errorInStep will take care of it
-rw-r--r-- | perl-install/install2.pm | 1 |
1 files changed, 0 insertions, 1 deletions
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 = $@; |