diff options
| author | fukachan <fukachan> | 2004-12-05 16:19:04 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2004-12-05 16:19:04 +0000 |
| commit | 90766f6d10ace4f05e689dd32363ef84a6366854 (patch) | |
| tree | 177d4aef3cac4d322b547f920b9f169f7d4f3f04 /fml/lib/FML/Command/HTMLify.pm | |
| parent | 968cb03a8eacc447e78f01b0c12ce4eaeea53d4b (diff) | |
| download | fml8-90766f6d10ace4f05e689dd32363ef84a6366854.tar.gz fml8-90766f6d10ace4f05e689dd32363ef84a6366854.tar.bz2 fml8-90766f6d10ace4f05e689dd32363ef84a6366854.zip | |
define logdebug() to disable log messages.
modified to use proper log$role().
bug fix log messages if needed.
Diffstat (limited to 'fml/lib/FML/Command/HTMLify.pm')
| -rw-r--r-- | fml/lib/FML/Command/HTMLify.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fml/lib/FML/Command/HTMLify.pm b/fml/lib/FML/Command/HTMLify.pm index 1d65c90f..84e0515d 100644 --- a/fml/lib/FML/Command/HTMLify.pm +++ b/fml/lib/FML/Command/HTMLify.pm @@ -4,7 +4,7 @@ # All rights reserved. This program is free software; you can # redistribute it and/or modify it under the same terms as Perl itself. # -# $FML: HTMLify.pm,v 1.24 2004/07/23 13:03:11 fukachan Exp $ +# $FML: HTMLify.pm,v 1.25 2004/07/26 03:24:47 fukachan Exp $ # @@ -55,7 +55,7 @@ sub convert $htmlifier_args->{ output_dir } = $dst_dir; my ($is_subdir_exists, $subdirs) = _check_subdir_exists($src_dir); - if ($is_subdir_exists) { $curproc->log("looks subdir exists");} + if ($is_subdir_exists) { $curproc->logdebug("looks subdir exists");} if (defined $dst_dir) { unless (-d $dst_dir) { |
