From 9723a7a408f11cf8beaf8f618d2863c2f3e28ddb Mon Sep 17 00:00:00 2001 From: fukachan Date: Sat, 23 Aug 2003 07:24:40 +0000 Subject: define $curproc->log, logwarn, logerror and log_message() methods. modified to use $curproc->log*() interface. --- fml/lib/FML/Command/HTMLify.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fml/lib/FML/Command/HTMLify.pm') diff --git a/fml/lib/FML/Command/HTMLify.pm b/fml/lib/FML/Command/HTMLify.pm index 34762031..4bcfc92b 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.16 2003/02/16 08:33:09 fukachan Exp $ +# $FML: HTMLify.pm,v 1.17 2003/07/19 12:58:48 fukachan Exp $ # package FML::Command::HTMLify; @@ -74,7 +74,7 @@ sub convert }; my ($is_subdir_exists, $subdirs) = _check_subdir_exists($src_dir); - if ($is_subdir_exists) { Log("looks subdir exists");} + if ($is_subdir_exists) { $curproc->log("looks subdir exists");} if (defined $dst_dir) { unless (-d $dst_dir) { -- cgit v1.2.1