Author: spadkins
Date: Thu Nov  8 12:31:45 2007
New Revision: 10201

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:31:45 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};
@@ -1903,3 +1903,4 @@
 
 1;
 
+

Reply via email to