summaryrefslogtreecommitdiff
path: root/TAO/tao/Leader_Follower.cpp
diff options
context:
space:
mode:
authorbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-03-10 09:38:29 +0000
committerbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-03-10 09:38:29 +0000
commitd85261fb0ed86124ffc001e24b7d8471e215f98b (patch)
tree6966e9564866e7410c5d5607630ae8696155dd3a /TAO/tao/Leader_Follower.cpp
parented45d07b3812d81c09388e6cfda4706b2b9514d9 (diff)
downloadATCD-d85261fb0ed86124ffc001e24b7d8471e215f98b.tar.gz
ChangeLogTag:Thu Mar 10 03:37:03 2005 Balachandran Natarajan <bala@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/Leader_Follower.cpp')
-rw-r--r--TAO/tao/Leader_Follower.cpp4
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;
*/