summaryrefslogtreecommitdiff
path: root/TAO/tao/RTPortableServer/RT_Servant_Dispatcher.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-07-13 16:50:45 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-07-13 16:50:45 +0000
commita44e46e4488a5b125e7a84f76cc3255fddf9838b (patch)
tree2e76787e0b7b654d4d5f6510f8573ca2714b5ebb /TAO/tao/RTPortableServer/RT_Servant_Dispatcher.cpp
parent01fbeabb834ce4b64af3bd962738bb8346405a50 (diff)
downloadATCD-a44e46e4488a5b125e7a84f76cc3255fddf9838b.tar.gz
ChangeLogTag: Wed Jul 13 16:50:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/RTPortableServer/RT_Servant_Dispatcher.cpp')
-rw-r--r--TAO/tao/RTPortableServer/RT_Servant_Dispatcher.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/tao/RTPortableServer/RT_Servant_Dispatcher.cpp b/TAO/tao/RTPortableServer/RT_Servant_Dispatcher.cpp
index 86c7173aad8..0d19a6d1b46 100644
--- a/TAO/tao/RTPortableServer/RT_Servant_Dispatcher.cpp
+++ b/TAO/tao/RTPortableServer/RT_Servant_Dispatcher.cpp
@@ -166,8 +166,8 @@ TAO_RT_Servant_Dispatcher::pre_invoke_remote_request (
CORBA::COMPLETED_NO));
ACE_DEBUG ((LM_DEBUG,
- ACE_TEXT ("%s processing using %s ")
- ACE_TEXT ("(%P|%t): original thread CORBA/native priority %d/%d ")
+ ACE_TEXT ("(%P|%t): %s processing using %s ")
+ ACE_TEXT ("original thread CORBA/native priority %d/%d ")
ACE_TEXT ("not changed\n"),
ACE_TEXT_CHAR_TO_TCHAR (priority_model),
ACE_TEXT_CHAR_TO_TCHAR (thread_pool_id),
@@ -179,8 +179,8 @@ TAO_RT_Servant_Dispatcher::pre_invoke_remote_request (
#else /* ACE_HAS_THREADS */
ACE_DEBUG ((LM_DEBUG,
- ACE_TEXT ("%s processing using %s ")
- ACE_TEXT ("(%P|%t): original thread CORBA/native priority ")
+ ACE_TEXT ("(%P|%t): %s processing using %s ")
+ ACE_TEXT ("original thread CORBA/native priority ")
ACE_TEXT ("not changed\n"),
ACE_TEXT_CHAR_TO_TCHAR (priority_model),
ACE_TEXT_CHAR_TO_TCHAR (thread_pool_id)));