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/Process/Configure.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/Process/Configure.pm')
| -rw-r--r-- | fml/lib/FML/Process/Configure.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fml/lib/FML/Process/Configure.pm b/fml/lib/FML/Process/Configure.pm index b4214b0c..68c79d97 100644 --- a/fml/lib/FML/Process/Configure.pm +++ b/fml/lib/FML/Process/Configure.pm @@ -3,7 +3,7 @@ # Copyright (C) 2001,2002,2003,2004 Ken'ichi Fukamachi # All rights reserved. # -# $FML: Configure.pm,v 1.65 2004/04/23 04:10:36 fukachan Exp $ +# $FML: Configure.pm,v 1.66 2004/07/11 15:43:39 fukachan Exp $ # package FML::Process::Configure; @@ -339,7 +339,7 @@ sub _makefml $curproc->logerror($r); if ($r =~ /^(.*)\s+at\s+/) { my $reason = $1; - $curproc->log($reason); # pick up reason + $curproc->logerror($reason); # pick up reason croak($reason); } } |
