summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Process/QueueManager.pm
diff options
context:
space:
mode:
authorfukachan <fukachan>2006-04-22 08:55:32 +0000
committerfukachan <fukachan>2006-04-22 08:55:32 +0000
commit5b2afee214d8d172037abd85e312d967b63f9cf8 (patch)
tree0c8c7d161fd92b7e5b620590aa36ee54eb4f2f60 /fml/lib/FML/Process/QueueManager.pm
parente011f385f5953bcfa7ff41115c7da775bcf6c888 (diff)
downloadfml8-5b2afee214d8d172037abd85e312d967b63f9cf8.tar.gz
fml8-5b2afee214d8d172037abd85e312d967b63f9cf8.tar.bz2
fml8-5b2afee214d8d172037abd85e312d967b63f9cf8.zip
message modified (unified among modules)
Diffstat (limited to 'fml/lib/FML/Process/QueueManager.pm')
-rw-r--r--fml/lib/FML/Process/QueueManager.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/fml/lib/FML/Process/QueueManager.pm b/fml/lib/FML/Process/QueueManager.pm
index c42882d8..ed56726a 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.41 2006/04/05 12:54:26 fukachan Exp $
+# $FML: QueueManager.pm,v 1.42 2006/04/20 23:56:02 fukachan Exp $
#
package FML::Process::QueueManager;
@@ -205,10 +205,10 @@ sub _send
if ($r) {
my $delay = '?';
if ($qid =~ /^(\d+)\./) { $delay = time - $1;}
- $curproc->log("qmgr: qid=$qid status=sent delay=$delay");
+ $curproc->log("qmgr: status=sent qid=$qid delay=$delay");
}
else {
- $curproc->logerror("qmgr: qid=$qid status=deferred");
+ $curproc->log("qmgr: status=deferred qid=$qid");
}
return $r;