Author: spadkins
Date: Wed Nov 14 10:59:16 2007
New Revision: 10245
Modified:
p5ee/trunk/App-WorkQueue/lib/App/WorkQueue.pm
Log:
reduce the amount of logging, too much
Modified: p5ee/trunk/App-WorkQueue/lib/App/WorkQueue.pm
==============================================================================
--- p5ee/trunk/App-WorkQueue/lib/App/WorkQueue.pm (original)
+++ p5ee/trunk/App-WorkQueue/lib/App/WorkQueue.pm Wed Nov 14 10:59:16 2007
@@ -506,7 +506,7 @@
my $context = $self->{context};
my $db = $self->_db();
$context->log("ACQUISITION FAILED :
shop_request_id[$entry->{shop_request_id}] :
subrequest_id[$entry->{subrequest_id}] :
request_status[$entry->{request_status}] : last sql stmt[$db->{sql}]\n");
- $context->log("entry : " . Dumper($entry) . "\nentries
: " . Dumper($entries));
+ #$context->log("entry : " . Dumper($entry) .
"\nentries : " . Dumper($entries));
$entry = undef;
# the following line appears to have been a bug
#$self->_maintain_queue_buffers("release",$entry);