summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Process/Error.pm
diff options
context:
space:
mode:
authorfukachan <fukachan>2003-11-29 10:24:25 +0000
committerfukachan <fukachan>2003-11-29 10:24:25 +0000
commita517d42e33120b4c11981a75b4b57fc9432c8f3f (patch)
tree3e05f29969ddebe94fa5c67fee2c3a198284e3f8 /fml/lib/FML/Process/Error.pm
parent356b1008cdfe81d2345aca1ee51a3b3132c98086 (diff)
downloadfml8-a517d42e33120b4c11981a75b4b57fc9432c8f3f.tar.gz
fml8-a517d42e33120b4c11981a75b4b57fc9432c8f3f.tar.bz2
fml8-a517d42e33120b4c11981a75b4b57fc9432c8f3f.zip
define $use_computer_output.
modify FML::Process::* to use it. FML::Process::Kernel supports customization by $computer_output_engine definition. $curproc->log_message_init() is called within prepare() method of each program.
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 aae15a2e..c65e7b24 100644
--- a/fml/lib/FML/Process/Error.pm
+++ b/fml/lib/FML/Process/Error.pm
@@ -3,7 +3,7 @@
# Copyright (C) 2002,2003 Ken'ichi Fukamachi
# All rights reserved.
#
-# $FML: Error.pm,v 1.33 2003/08/23 07:24:47 fukachan Exp $
+# $FML: Error.pm,v 1.34 2003/08/29 15:34:08 fukachan Exp $
#
package FML::Process::Error;
@@ -80,6 +80,7 @@ sub prepare
$curproc->load_config_files( $args->{ cf_list } );
$curproc->fix_perl_include_path();
$curproc->scheduler_init();
+ $curproc->log_message_init();
if ($config->yes('use_error_analyzer_program')) {
$curproc->parse_incoming_message($args);