summaryrefslogtreecommitdiff
path: root/TAO/tests/MProfile_Connection_Timeout
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-08-30 14:23:42 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-08-30 14:23:42 +0000
commit96ebf5b93cc31fcb9a0555be7d1bdbd405011801 (patch)
tree0ad7522aefaf52cac0a2998d66d383f685c06493 /TAO/tests/MProfile_Connection_Timeout
parent83e1a0f16d16bc2fc43682adac593a89d5beb5e3 (diff)
downloadATCD-96ebf5b93cc31fcb9a0555be7d1bdbd405011801.tar.gz
ChangeLogTag: Tue Aug 30 14:23:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tests/MProfile_Connection_Timeout')
-rw-r--r--TAO/tests/MProfile_Connection_Timeout/client.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tests/MProfile_Connection_Timeout/client.cpp b/TAO/tests/MProfile_Connection_Timeout/client.cpp
index 093073beeb9..c9040934c2a 100644
--- a/TAO/tests/MProfile_Connection_Timeout/client.cpp
+++ b/TAO/tests/MProfile_Connection_Timeout/client.cpp
@@ -155,11 +155,11 @@ main (int argc, char *argv[])
if (freq != 919263)
ACE_ERROR ((LM_ERROR,
- ACE_LIB_TEXT ("(%P|%t) ERROR in the test \n")));
+ ACE_TEXT ("(%P|%t) ERROR in the test \n")));
ACE_DEBUG ((LM_DEBUG,
- ACE_LIB_TEXT ("(%P|%t) Shutting server down \n")));
+ ACE_TEXT ("(%P|%t) Shutting server down \n")));
server->shutdown (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;