summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/LifespanStrategyFactoryImpl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PortableServer/LifespanStrategyFactoryImpl.cpp')
-rw-r--r--TAO/tao/PortableServer/LifespanStrategyFactoryImpl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/PortableServer/LifespanStrategyFactoryImpl.cpp b/TAO/tao/PortableServer/LifespanStrategyFactoryImpl.cpp
index d7e4388c991..30b613043d9 100644
--- a/TAO/tao/PortableServer/LifespanStrategyFactoryImpl.cpp
+++ b/TAO/tao/PortableServer/LifespanStrategyFactoryImpl.cpp
@@ -36,7 +36,7 @@ namespace TAO
strategy = strategy_factory->create (value);
else
TAOLIB_ERROR ((LM_ERROR,
- ACE_TEXT ("(%P|%t) ERROR, Unable to get %s\n"),
+ ACE_TEXT ("(%P|%t) ERROR, Unable to get %C\n"),
strategy_name));