[svn:p5ee] r15573 - p5ee/trunk/App-Context/lib/App

[email protected] Mon, 11 Feb 2013 16:34:50 -0800 (PST)
Newsgroups perl.cvs.p5ee
Message-ID <[email protected]>
Author: spadkins
Date: Mon Feb 11 16:34:50 2013
New Revision: 15573

Modified:
   p5ee/trunk/App-Context/lib/App/Context.pm

Log:
fixed finish_app_profiler_log() for App::Context::POE::ClusterNode (where there are multiple app_profiler_log events per Context)

Modified: p5ee/trunk/App-Context/lib/App/Context.pm
==============================================================================
--- p5ee/trunk/App-Context/lib/App/Context.pm	(original)
+++ p5ee/trunk/App-Context/lib/App/Context.pm	Mon Feb 11 16:34:50 2013
@@ -2975,6 +2975,7 @@
     &App::sub_entry if ($App::trace);
     my ($self) = @_;
 
+    $self->{profiler_log_finished} = 0;
     my $profile_state = $self->{profile_state};
     if (!$profile_state) {
         $self->profile_start("main");