diff options
author | huangh <huangh@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2013-04-11 18:07:48 +0000 |
---|---|---|
committer | huangh <huangh@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2013-04-11 18:07:48 +0000 |
commit | b73cdef9288bfcb88b45c1d320d377b03007d1b3 (patch) | |
tree | 991b03a4a95b1ed7c995b43398f71b7a7cd2c2f7 /TAO/tao/PortableServer/ImplicitActivationStrategyFactoryImpl.cpp | |
parent | 5be31b75376b2a62e9dbb60b2c179bea44f5e10e (diff) | |
download | ATCD-b73cdef9288bfcb88b45c1d320d377b03007d1b3.tar.gz |
Thu Apr 11 18:03:24 UTC 2013 Huang-Ming Huang <huangh@ociweb.com>
Diffstat (limited to 'TAO/tao/PortableServer/ImplicitActivationStrategyFactoryImpl.cpp')
-rw-r--r-- | TAO/tao/PortableServer/ImplicitActivationStrategyFactoryImpl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/PortableServer/ImplicitActivationStrategyFactoryImpl.cpp b/TAO/tao/PortableServer/ImplicitActivationStrategyFactoryImpl.cpp index 9a41f2b1915..0ad1d25ed95 100644 --- a/TAO/tao/PortableServer/ImplicitActivationStrategyFactoryImpl.cpp +++ b/TAO/tao/PortableServer/ImplicitActivationStrategyFactoryImpl.cpp @@ -37,7 +37,7 @@ namespace TAO ACE_Dynamic_Service<ImplicitActivationStrategy>::instance (strategy_name); if (strategy == 0) - ACE_ERROR ((LM_ERROR, + TAOLIB_ERROR ((LM_ERROR, ACE_TEXT ("(%P|%t) ERROR, Unable to get %s\n"), strategy_name)); |