summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Process
diff options
context:
space:
mode:
authorfukachan <fukachan>2001-10-08 15:51:08 +0000
committerfukachan <fukachan>2001-10-08 15:51:08 +0000
commite48974c6a8f2e544d50f00a24b941275c99b99f6 (patch)
tree5f8b665662ad55e0f018d85d9492ee32e7690da7 /fml/lib/FML/Process
parentce1809a1fe8447bbd141984dbe082cf6f5ac1932 (diff)
downloadfml8-e48974c6a8f2e544d50f00a24b941275c99b99f6.tar.gz
fml8-e48974c6a8f2e544d50f00a24b941275c99b99f6.tar.bz2
fml8-e48974c6a8f2e544d50f00a24b941275c99b99f6.zip
log acl error info
Diffstat (limited to 'fml/lib/FML/Process')
-rw-r--r--fml/lib/FML/Process/Distribute.pm5
1 files changed, 4 insertions, 1 deletions
diff --git a/fml/lib/FML/Process/Distribute.pm b/fml/lib/FML/Process/Distribute.pm
index b1debe6b..b37bd417 100644
--- a/fml/lib/FML/Process/Distribute.pm
+++ b/fml/lib/FML/Process/Distribute.pm
@@ -4,7 +4,7 @@
# Copyright (C) 2000,2001 Ken'ichi Fukamachi
# All rights reserved.
#
-# $FML: Distribute.pm,v 1.46 2001/05/30 14:35:09 fukachan Exp $
+# $FML: Distribute.pm,v 1.47 2001/06/10 11:24:12 fukachan Exp $
#
package FML::Process::Distribute;
@@ -122,6 +122,9 @@ sub run
if ($curproc->permit_post($args)) {
$curproc->_distribute($args);
}
+ else {
+ Log("deny article submission");
+ }
}
$curproc->unlock();
}