diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2005-10-24 07:46:17 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2005-10-24 07:46:17 +0000 |
commit | edf25e18e66ff3be234bf9ed9bfbdae2607cc5ba (patch) | |
tree | 04c77e0af6f9abadb2b5561139372e5beef9a9e0 /TAO/tao/RTPortableServer | |
parent | f5b4868b0b8794d312adb4eea3ea32a673be0d78 (diff) | |
download | ATCD-edf25e18e66ff3be234bf9ed9bfbdae2607cc5ba.tar.gz |
ChangeLogTag: Mon Oct 24 08:41:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/RTPortableServer')
-rw-r--r-- | TAO/tao/RTPortableServer/RT_Servant_Dispatcher.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/RTPortableServer/RT_Servant_Dispatcher.cpp b/TAO/tao/RTPortableServer/RT_Servant_Dispatcher.cpp index 0d19a6d1b46..c35399484d6 100644 --- a/TAO/tao/RTPortableServer/RT_Servant_Dispatcher.cpp +++ b/TAO/tao/RTPortableServer/RT_Servant_Dispatcher.cpp @@ -358,7 +358,7 @@ TAO_RT_Servant_Dispatcher::post_invoke (TAO_Root_POA &poa, { // Eat up the exception. ACE_PRINT_EXCEPTION (ACE_ANY_EXCEPTION, - "Exception caught: TAO (%P|%t) - " + "Exception caught: TAO - " "Priority_Model_Processing::" "~Priority_Model_Processing"); } |