diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2009-02-11 14:15:14 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2009-02-11 14:15:14 +0000 |
commit | cebc107b3c63a5260de80c55a54818b7ad45ae5a (patch) | |
tree | 1160d104c2549d60788c905dc862033608151ca9 /TAO/tao/LF_Strategy_Complete.cpp | |
parent | 59cea6e7ef041eb4904729ba0ddc0b6211db9a5a (diff) | |
download | ATCD-cebc107b3c63a5260de80c55a54818b7ad45ae5a.tar.gz |
Wed Feb 11 14:15:28 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>
* tao/Leader_Follower.cpp:
Layout change
* tao/Leader_Follower.h:
Updated link to bugzilla
* tao/Leader_Follower.inl:
Const change
* tao/LF_Event_Loop_Thread_Helper.h:
Doxygen change
* tao/LF_Strategy_Complete.cpp:
* tao/Transport.cpp:
Updated debug message to match others
* tao/LF_Strategy_Complete.h:
* tao/LocateRequest_Invocation.cpp:
Layout change
* tao/Muxed_TMS.cpp:
Check the return value of pop
* tao/Synch_Invocation.cpp:
Layout changes
Diffstat (limited to 'TAO/tao/LF_Strategy_Complete.cpp')
-rw-r--r-- | TAO/tao/LF_Strategy_Complete.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/LF_Strategy_Complete.cpp b/TAO/tao/LF_Strategy_Complete.cpp index 92b29445e18..687067af7c0 100644 --- a/TAO/tao/LF_Strategy_Complete.cpp +++ b/TAO/tao/LF_Strategy_Complete.cpp @@ -44,7 +44,7 @@ TAO_LF_Strategy_Complete::reset_event_loop_thread (int call_reset, if (result == -1) ACE_ERROR ((LM_ERROR, - ACE_TEXT ("TAO (%P|%t) Failed to wake up ") + ACE_TEXT ("TAO (%P|%t) - Failed to wake up ") ACE_TEXT ("a follower thread\n"))); } |