summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/ThreadStrategyFactoryImpl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PortableServer/ThreadStrategyFactoryImpl.cpp')
-rw-r--r--TAO/tao/PortableServer/ThreadStrategyFactoryImpl.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/PortableServer/ThreadStrategyFactoryImpl.cpp b/TAO/tao/PortableServer/ThreadStrategyFactoryImpl.cpp
index b9fe653988b..c9281b877e7 100644
--- a/TAO/tao/PortableServer/ThreadStrategyFactoryImpl.cpp
+++ b/TAO/tao/PortableServer/ThreadStrategyFactoryImpl.cpp
@@ -27,7 +27,7 @@ namespace TAO
if (strategy_factory != 0)
strategy = strategy_factory->create (value);
else
- ACE_ERROR ((LM_ERROR,
+ TAOLIB_ERROR ((LM_ERROR,
ACE_TEXT ("(%P|%t) %p\n"),
ACE_TEXT ("ERROR, Unable to get ")
ACE_TEXT ("ThreadStrategySingleFactory")));
@@ -40,7 +40,7 @@ namespace TAO
ACE_Dynamic_Service<ThreadStrategy>::instance ("ThreadStrategyORBControl");
if (strategy == 0)
- ACE_ERROR ((LM_ERROR,
+ TAOLIB_ERROR ((LM_ERROR,
ACE_TEXT ("(%P|%t) %p\n"),
ACE_TEXT ("ERROR, Unable to get ")
ACE_TEXT ("ThreadStrategyORBControl")));