diff options
author | elliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2007-01-24 18:27:10 +0000 |
---|---|---|
committer | elliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2007-01-24 18:27:10 +0000 |
commit | fe003e9aeaec883d35706e604ac6733a6c4093d5 (patch) | |
tree | 6847010a3e851e63f7c838f05b7b79c97f2d13f2 /TAO/tao/IORInterceptor | |
parent | bd552ac9ee506ca0f7dec556b1901b885eeb3419 (diff) | |
download | ATCD-fe003e9aeaec883d35706e604ac6733a6c4093d5.tar.gz |
ChangeLogTag: Wed Jan 24 18:25:26 UTC 2007 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'TAO/tao/IORInterceptor')
-rw-r--r-- | TAO/tao/IORInterceptor/IORInterceptor_Adapter_Impl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/IORInterceptor/IORInterceptor_Adapter_Impl.cpp b/TAO/tao/IORInterceptor/IORInterceptor_Adapter_Impl.cpp index 8ac7a0a501b..309af68f6ba 100644 --- a/TAO/tao/IORInterceptor/IORInterceptor_Adapter_Impl.cpp +++ b/TAO/tao/IORInterceptor/IORInterceptor_Adapter_Impl.cpp @@ -106,7 +106,7 @@ TAO_IORInterceptor_Adapter_Impl::establish_components ( ACE_TEXT_CHAR_TO_TCHAR (name.in ()))); } - ACE_PRINT_TAO_EXCEPTION (ACE_ANY_EXCEPTION, + ACE_PRINT_TAO_EXCEPTION (ex, "Ignoring exception in " "IORInterceptor::establish_components"); } |