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.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/fml/lib/FML/Process/Error.pm b/fml/lib/FML/Process/Error.pm
index 22e1412d..2f86a93d 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.9 2002/06/27 08:25:50 fukachan Exp $
+# $FML: Error.pm,v 1.10 2002/06/30 05:18:46 fukachan Exp $
#
package FML::Process::Error;
@@ -137,7 +137,7 @@ sub run
my $config = $curproc->{ config };
my $found = 0;
my $pcb = $curproc->{ pcb };
- my $msg = $curproc->{ incoming_message }->{ message };
+ my $msg = $curproc->incoming_message();
my $eval = $config->get_hook( 'error_run_start_hook' );
if ($eval) { eval qq{ $eval; }; LogWarn($@) if $@; }