summaryrefslogtreecommitdiff
path: root/TAO/tao/Wait_Strategy.cpp
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-01-26 02:34:55 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-01-26 02:34:55 +0000
commitf35b25ed2d2d614e9be7db8b59e1161ae3dc1239 (patch)
treecec94f491276648b74ffd67bed6670573a891a4a /TAO/tao/Wait_Strategy.cpp
parent919593cabe8b72642b88c76ea366af719a428ce9 (diff)
downloadATCD-f35b25ed2d2d614e9be7db8b59e1161ae3dc1239.tar.gz
Change:Tue Jan 25 20:33:28 2000 Irfan Pyarali <irfan@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/Wait_Strategy.cpp')
-rw-r--r--TAO/tao/Wait_Strategy.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/Wait_Strategy.cpp b/TAO/tao/Wait_Strategy.cpp
index 87dc5813023..39165bd8fec 100644
--- a/TAO/tao/Wait_Strategy.cpp
+++ b/TAO/tao/Wait_Strategy.cpp
@@ -406,8 +406,8 @@ TAO_Exclusive_Wait_On_Leader_Follower::wait (ACE_Time_Value *max_wait_time,
if (result == -1)
ACE_ERROR_RETURN ((LM_ERROR,
- ASYS_TEXT ("TAO (%P|%t): TAO_Wait_On_LF::wait - ")
- ASYS_TEXT ("handle_events failed.\n")),
+ ASYS_TEXT ("TAO (%P|%t): TAO_Wait_On_LF::wait: %p.\n"),
+ ASYS_TEXT ("handle_events failed")),
-1);
// Return an error if there was a problem receiving the reply...