diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 2001-11-15 21:32:25 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 2001-11-15 21:32:25 +0000 |
commit | 11a3b026d7f1b25a4cdd767d198e502b0cdd2373 (patch) | |
tree | d1038556f0c918960f732417ad3fc120fbff65eb /ace/Cached_Connect_Strategy_T.cpp | |
parent | daf771170f23bb9cc5910d24d250ecc83e596220 (diff) | |
download | ATCD-11a3b026d7f1b25a4cdd767d198e502b0cdd2373.tar.gz |
ChangeLogTag:Thu Nov 15 08:26:57 2001 Douglas C. Schmidt <schmidt@macarena.cs.wustl.edu>
Diffstat (limited to 'ace/Cached_Connect_Strategy_T.cpp')
-rw-r--r-- | ace/Cached_Connect_Strategy_T.cpp | 6 |
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; } |