summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Error.pm
diff options
context:
space:
mode:
authorfukachan <fukachan>2003-03-16 08:02:56 +0000
committerfukachan <fukachan>2003-03-16 08:02:56 +0000
commite85c2b47305088269f020543d436460e5f076b11 (patch)
tree97a33b935dc1f34e193fe3c0f0c6dd952291be3b /fml/lib/FML/Error.pm
parent65c05fbbc7c5d9e5ed3f59207ea2ce8ae50bdf7f (diff)
downloadfml8-e85c2b47305088269f020543d436460e5f076b11.tar.gz
fml8-e85c2b47305088269f020543d436460e5f076b11.tar.bz2
fml8-e85c2b47305088269f020543d436460e5f076b11.zip
lock channel name =~ s/_dir//
Diffstat (limited to 'fml/lib/FML/Error.pm')
-rw-r--r--fml/lib/FML/Error.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/fml/lib/FML/Error.pm b/fml/lib/FML/Error.pm
index dee10a02..88eaf09b 100644
--- a/fml/lib/FML/Error.pm
+++ b/fml/lib/FML/Error.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: Error.pm,v 1.14 2003/02/18 15:57:46 fukachan Exp $
+# $FML: Error.pm,v 1.15 2003/03/16 07:26:20 fukachan Exp $
#
package FML::Error;
@@ -65,7 +65,7 @@ sub get_lock_channel_name
my ($self) = @_;
# LOCK_CHANNEL: error_analyzer_cache_dir
- return 'error_analyzer_cache_dir';
+ return 'error_analyzer_cache';
}