summaryrefslogtreecommitdiff
path: root/ace/Cached_Connect_Strategy_T.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Cached_Connect_Strategy_T.cpp')
-rw-r--r--ace/Cached_Connect_Strategy_T.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/ace/Cached_Connect_Strategy_T.cpp b/ace/Cached_Connect_Strategy_T.cpp
index 7e5f1f4997d..0086f9d001f 100644
--- a/ace/Cached_Connect_Strategy_T.cpp
+++ b/ace/Cached_Connect_Strategy_T.cpp
@@ -688,9 +688,9 @@ ACE_Bounded_Cached_Connect_Strategy<ACE_T2>::find_or_create_svc_handler_i
ACE_ASSERT (0); // just to see it coming
ACE_ERROR ((LM_ERROR,
- ACE_TEXT ("(%t)ACE_Bounded_Cached_Connect_Strategy<>::")
- ACE_TEXT ("find_or_create_svc_handler_i - ")
- ACE_TEXT ("error polling server socket state.\n")));
+ ACE_LIB_TEXT ("(%t)ACE_Bounded_Cached_Connect_Strategy<>::")
+ ACE_LIB_TEXT ("find_or_create_svc_handler_i - ")
+ ACE_LIB_TEXT ("error polling server socket state.\n")));
return -1;
}