Author: spadkins
Date: Thu Nov 8 12:36:30 2007
New Revision: 10203
Modified:
p5ee/trunk/App-WorkQueue/lib/App/WorkQueue.pm
Log:
more logging
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 Thu Nov 8 12:36:30 2007
@@ -1743,8 +1743,8 @@
&App::sub_entry if ($App::trace);
my ($self, $op, $entry, $columns, $values) = @_;
- my $context = $self->{context};
- $context->log("NOTE: _maintain_queue_buffers : subrequest_id[" .
$entry->{subrequest_id} . "]\n");
+ #my $context = $self->{context};
+ #$context->log("NOTE: _maintain_queue_buffers : subrequest_id[" .
$entry->{subrequest_id} . "]\n");
$op ||= "";
my $BUFFER_SIZE = $self->{BUFFER_SIZE};
@@ -1905,3 +1905,4 @@
+