summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Process/QueueManager.pm
diff options
context:
space:
mode:
authorfukachan <fukachan>2004-09-03 13:56:42 +0000
committerfukachan <fukachan>2004-09-03 13:56:42 +0000
commit5635f03c920ef4a892bcf648cb00cfd54f0ce51c (patch)
treed324aeb79bce1391445738d41449117eb2789faa /fml/lib/FML/Process/QueueManager.pm
parent905ace603cf3f83fcf2019f42447e504fe85ddee (diff)
downloadfml8-5635f03c920ef4a892bcf648cb00cfd54f0ce51c.tar.gz
fml8-5635f03c920ef4a892bcf648cb00cfd54f0ce51c.tar.bz2
fml8-5635f03c920ef4a892bcf648cb00cfd54f0ce51c.zip
fix message: remove too old queue ...
Diffstat (limited to 'fml/lib/FML/Process/QueueManager.pm')
-rw-r--r--fml/lib/FML/Process/QueueManager.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/fml/lib/FML/Process/QueueManager.pm b/fml/lib/FML/Process/QueueManager.pm
index 384fa541..96465494 100644
--- a/fml/lib/FML/Process/QueueManager.pm
+++ b/fml/lib/FML/Process/QueueManager.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: QueueManager.pm,v 1.27 2004/08/15 14:27:43 fukachan Exp $
+# $FML: QueueManager.pm,v 1.28 2004/09/03 13:04:47 fukachan Exp $
#
package FML::Process::QueueManager;
@@ -238,7 +238,7 @@ sub cleanup
# enough old.
if ($mtime < $now - $limit) {
- $curproc->log("qmgr: remove invalid queue qid=$qid");
+ $curproc->log("qmgr: remove too old queue qid=$qid");
$q->remove();
}
}