summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Process/Command.pm
diff options
context:
space:
mode:
authorfukachan <fukachan>2003-03-05 15:07:31 +0000
committerfukachan <fukachan>2003-03-05 15:07:31 +0000
commit8e4103bf651a72e1807a87ab737ade0ba35f2056 (patch)
tree0c14c3dfbfce055ac651373fc3cd359ef237df1b /fml/lib/FML/Process/Command.pm
parentc04af473f28cba04884fa63e44704cb2a78e971c (diff)
downloadfml8-8e4103bf651a72e1807a87ab737ade0ba35f2056.tar.gz
fml8-8e4103bf651a72e1807a87ab737ade0ba35f2056.tar.bz2
fml8-8e4103bf651a72e1807a87ab737ade0ba35f2056.zip
return header for debug in error
Diffstat (limited to 'fml/lib/FML/Process/Command.pm')
-rw-r--r--fml/lib/FML/Process/Command.pm5
1 files changed, 4 insertions, 1 deletions
diff --git a/fml/lib/FML/Process/Command.pm b/fml/lib/FML/Process/Command.pm
index e113ab76..4a95814d 100644
--- a/fml/lib/FML/Process/Command.pm
+++ b/fml/lib/FML/Process/Command.pm
@@ -3,7 +3,7 @@
# Copyright (C) 2000,2001,2002,2003 Ken'ichi Fukamachi
# All rights reserved.
#
-# $FML: Command.pm,v 1.82 2003/02/05 03:11:03 fukachan Exp $
+# $FML: Command.pm,v 1.83 2003/02/09 12:31:44 fukachan Exp $
#
package FML::Process::Command;
@@ -177,6 +177,9 @@ sub run
my $msg = $curproc->incoming_message();
$curproc->reply_message( $msg );
+ # add header info.
+ $curproc->reply_message_add_header_info();
+
unless (defined $reason) { $reason = 'unknown';}
Log("deny command. reason=$reason");
}