summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Process
diff options
context:
space:
mode:
authortmu <tmu>2003-12-25 10:52:23 +0000
committertmu <tmu>2003-12-25 10:52:23 +0000
commitb3ba8ed79df9c39d95c7399b690abfa0b4db73b1 (patch)
tree7607b083566b4bc1baf21db94e278172a4cb2670 /fml/lib/FML/Process
parent2b98ffc37158ec972489fc5d2e7d810264545f40 (diff)
downloadfml8-b3ba8ed79df9c39d95c7399b690abfa0b4db73b1.tar.gz
fml8-b3ba8ed79df9c39d95c7399b690abfa0b4db73b1.tar.bz2
fml8-b3ba8ed79df9c39d95c7399b690abfa0b4db73b1.zip
add log at htmlify article end
Diffstat (limited to 'fml/lib/FML/Process')
-rw-r--r--fml/lib/FML/Process/Distribute.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/fml/lib/FML/Process/Distribute.pm b/fml/lib/FML/Process/Distribute.pm
index 74c14ff3..9e6980f2 100644
--- a/fml/lib/FML/Process/Distribute.pm
+++ b/fml/lib/FML/Process/Distribute.pm
@@ -3,7 +3,7 @@
# Copyright (C) 2000,2001,2002,2003 Ken'ichi Fukamachi
# All rights reserved.
#
-# $FML: Distribute.pm,v 1.130 2003/11/30 09:59:19 fukachan Exp $
+# $FML: Distribute.pm,v 1.131 2003/12/24 14:29:36 fukachan Exp $
#
package FML::Process::Distribute;
@@ -398,6 +398,7 @@ sub _distribute
if ($config->yes('use_html_archive')) {
$curproc->log("htmlify article $id");
$curproc->_htmlify($args);
+ $curproc->log("htmlify article $id end");
}
}