Author: spadkins
Date: Thu Nov  8 12:33:37 2007
New Revision: 10202

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:33:37 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};
@@ -1904,3 +1904,4 @@
 1;
 
 
+

Reply via email to