summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Process/Error.pm
diff options
context:
space:
mode:
authorfukachan <fukachan>2002-08-03 10:35:08 +0000
committerfukachan <fukachan>2002-08-03 10:35:08 +0000
commit6c250615a382dda02b11da6d0d85c2db5e50fbbd (patch)
tree803b970b6cf6cc6fae06024b3772828a16c531c6 /fml/lib/FML/Process/Error.pm
parente3048b25e467167974d1e68757ec521944a73da0 (diff)
downloadfml8-6c250615a382dda02b11da6d0d85c2db5e50fbbd.tar.gz
fml8-6c250615a382dda02b11da6d0d85c2db5e50fbbd.tar.bz2
fml8-6c250615a382dda02b11da6d0d85c2db5e50fbbd.zip
scheduler_init()
Diffstat (limited to 'fml/lib/FML/Process/Error.pm')
-rw-r--r--fml/lib/FML/Process/Error.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/fml/lib/FML/Process/Error.pm b/fml/lib/FML/Process/Error.pm
index ce73ed9b..8e7d94ca 100644
--- a/fml/lib/FML/Process/Error.pm
+++ b/fml/lib/FML/Process/Error.pm
@@ -3,7 +3,7 @@
# Copyright (C) 2002 Ken'ichi Fukamachi
# All rights reserved.
#
-# $FML: Error.pm,v 1.12 2002/07/29 13:39:43 fukachan Exp $
+# $FML: Error.pm,v 1.13 2002/07/30 04:03:26 fukachan Exp $
#
package FML::Process::Error;
@@ -75,6 +75,7 @@ sub prepare
$curproc->resolve_ml_specific_variables( $args );
$curproc->load_config_files( $args->{ cf_list } );
+ $curproc->scheduler_init();
if ($config->yes('use_error_analyzer')) {
$curproc->parse_incoming_message($args);