summaryrefslogtreecommitdiff
path: root/TAO/tao/Dynamic_TP/DTP_ORB_Loader.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Dynamic_TP/DTP_ORB_Loader.cpp')
-rw-r--r--TAO/tao/Dynamic_TP/DTP_ORB_Loader.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/Dynamic_TP/DTP_ORB_Loader.cpp b/TAO/tao/Dynamic_TP/DTP_ORB_Loader.cpp
index 838e0a7e3d1..ae4794722eb 100644
--- a/TAO/tao/Dynamic_TP/DTP_ORB_Loader.cpp
+++ b/TAO/tao/Dynamic_TP/DTP_ORB_Loader.cpp
@@ -45,7 +45,7 @@ TAO_DTP_ORB_Loader::init (int argc, ACE_TCHAR* argv[])
{
if (TAO_debug_level > 0)
{
- ACE_DEBUG ((LM_DEBUG,
+ TAOLIB_DEBUG ((LM_DEBUG,
ACE_TEXT ("TAO (%P|%t) - DTP_ORB_Loader - ")
ACE_TEXT ("DTPORB argument missing value\n")));
}
@@ -56,7 +56,7 @@ TAO_DTP_ORB_Loader::init (int argc, ACE_TCHAR* argv[])
{
if (TAO_debug_level > 0)
{
- ACE_DEBUG ((LM_DEBUG,
+ TAOLIB_DEBUG ((LM_DEBUG,
ACE_TEXT ("TAO (%P|%t) - DTP_ORB_Loader -")
ACE_TEXT (" Unrecognized argv[%d], %C\n"),
curarg, argv[curarg]));