diff options
Diffstat (limited to 'TAO/tao/Leader_Follower.cpp')
-rw-r--r-- | TAO/tao/Leader_Follower.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/Leader_Follower.cpp b/TAO/tao/Leader_Follower.cpp index ea4256e9fab..f3c6c725631 100644 --- a/TAO/tao/Leader_Follower.cpp +++ b/TAO/tao/Leader_Follower.cpp @@ -420,7 +420,7 @@ TAO_Leader_Follower::wait_for_event (TAO_LF_Event *event, ACE_DEBUG ((LM_DEBUG, "TAO (%P|%t) - Leader_Follower[%d]::wait_for_event," " (leader) exit reactor event loop\n", - result)); + t_id)); } } // @@ -471,7 +471,7 @@ TAO_Leader_Follower::wait_for_event (TAO_LF_Event *event, /** * There should be no reason to reset the value of result * here. If there was an error in handle_events () that the - * leader saw, I (Bala) thinks it should be propogated to the + * leader saw, I (Bala) beleave it should be propogated to the * clients. * result = 0; */ |