summaryrefslogtreecommitdiff
path: root/TAO/tao/LF_Strategy_Complete.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/LF_Strategy_Complete.cpp')
-rw-r--r--TAO/tao/LF_Strategy_Complete.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/LF_Strategy_Complete.cpp b/TAO/tao/LF_Strategy_Complete.cpp
index 0019092a013..023c6f1085f 100644
--- a/TAO/tao/LF_Strategy_Complete.cpp
+++ b/TAO/tao/LF_Strategy_Complete.cpp
@@ -39,7 +39,7 @@ TAO_LF_Strategy_Complete::reset_event_loop_thread (int call_reset,
int const result = lf.elect_new_leader ();
if (result == -1)
- ACE_ERROR ((LM_ERROR,
+ TAOLIB_ERROR ((LM_ERROR,
ACE_TEXT ("TAO (%P|%t) - Failed to wake up ")
ACE_TEXT ("a follower thread\n")));
}