summaryrefslogtreecommitdiff
path: root/TAO/tao/RTPortableServer/RT_Servant_Dispatcher.cpp
diff options
context:
space:
mode:
authorelliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2007-01-24 18:27:10 +0000
committerelliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2007-01-24 18:27:10 +0000
commitfe003e9aeaec883d35706e604ac6733a6c4093d5 (patch)
tree6847010a3e851e63f7c838f05b7b79c97f2d13f2 /TAO/tao/RTPortableServer/RT_Servant_Dispatcher.cpp
parentbd552ac9ee506ca0f7dec556b1901b885eeb3419 (diff)
downloadATCD-fe003e9aeaec883d35706e604ac6733a6c4093d5.tar.gz
ChangeLogTag: Wed Jan 24 18:25:26 UTC 2007 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'TAO/tao/RTPortableServer/RT_Servant_Dispatcher.cpp')
-rw-r--r--TAO/tao/RTPortableServer/RT_Servant_Dispatcher.cpp2
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 ea6c55bd2ba..e9da937565d 100644
--- a/TAO/tao/RTPortableServer/RT_Servant_Dispatcher.cpp
+++ b/TAO/tao/RTPortableServer/RT_Servant_Dispatcher.cpp
@@ -357,7 +357,7 @@ TAO_RT_Servant_Dispatcher::post_invoke (TAO_Root_POA &poa,
catch ( ::CORBA::Exception& ex)
{
// Eat up the exception.
- ACE_PRINT_EXCEPTION (ACE_ANY_EXCEPTION,
+ ACE_PRINT_EXCEPTION (ex,
"Exception caught: TAO - "
"Priority_Model_Processing::"
"~Priority_Model_Processing");