summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Process/Error.pm
diff options
context:
space:
mode:
Diffstat (limited to 'fml/lib/FML/Process/Error.pm')
-rw-r--r--fml/lib/FML/Process/Error.pm5
1 files changed, 2 insertions, 3 deletions
diff --git a/fml/lib/FML/Process/Error.pm b/fml/lib/FML/Process/Error.pm
index 22086af4..0dabc2da 100644
--- a/fml/lib/FML/Process/Error.pm
+++ b/fml/lib/FML/Process/Error.pm
@@ -3,7 +3,7 @@
# Copyright (C) 2002,2003,2004 Ken'ichi Fukamachi
# All rights reserved.
#
-# $FML: Error.pm,v 1.38 2004/01/02 14:50:35 fukachan Exp $
+# $FML: Error.pm,v 1.39 2004/01/24 15:37:03 fukachan Exp $
#
package FML::Process::Error;
@@ -77,8 +77,7 @@ sub prepare
if ($eval) { eval qq{ $eval; }; $curproc->logwarn($@) if $@; }
$curproc->resolve_ml_specific_variables();
- my $cf_list = $curproc->get_config_files_list();
- $curproc->load_config_files($cf_list);
+ $curproc->load_config_files();
$curproc->fix_perl_include_path();
$curproc->scheduler_init();
$curproc->log_message_init();