summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/ConsumerAdmin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Notify/ConsumerAdmin.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/ConsumerAdmin.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Notify/ConsumerAdmin.cpp b/TAO/orbsvcs/orbsvcs/Notify/ConsumerAdmin.cpp
index de8fc25335f..8463c807abc 100644
--- a/TAO/orbsvcs/orbsvcs/Notify/ConsumerAdmin.cpp
+++ b/TAO/orbsvcs/orbsvcs/Notify/ConsumerAdmin.cpp
@@ -95,7 +95,7 @@ TAO_Notify_ConsumerAdmin::load_child (const ACE_CString &type,
TAO_Notify::Topology_Object* result = this;
if (type == "proxy_push_supplier")
{
- if (DEBUG_LEVEL) ACE_DEBUG ((LM_DEBUG,
+ if (DEBUG_LEVEL) ORBSVCS_DEBUG ((LM_DEBUG,
ACE_TEXT ("(%P|%t) Admin reload proxy %d\n")
, static_cast<int> (id)
));
@@ -103,7 +103,7 @@ TAO_Notify_ConsumerAdmin::load_child (const ACE_CString &type,
}
else if (type == "structured_proxy_push_supplier")
{
- if (DEBUG_LEVEL) ACE_DEBUG ((LM_DEBUG,
+ if (DEBUG_LEVEL) ORBSVCS_DEBUG ((LM_DEBUG,
ACE_TEXT ("(%P|%t) Admin reload proxy %d\n")
, static_cast<int> (id)
));
@@ -111,7 +111,7 @@ TAO_Notify_ConsumerAdmin::load_child (const ACE_CString &type,
}
else if (type == "sequence_proxy_push_supplier")
{
- if (DEBUG_LEVEL) ACE_DEBUG ((LM_DEBUG,
+ if (DEBUG_LEVEL) ORBSVCS_DEBUG ((LM_DEBUG,
ACE_TEXT ("(%P|%t) Admin reload proxy %d\n")
, static_cast<int> (id)
));
@@ -120,7 +120,7 @@ TAO_Notify_ConsumerAdmin::load_child (const ACE_CString &type,
#if 0
else if (type == "ec_proxy_push_supplier")
{
- if (DEBUG_LEVEL) ACE_DEBUG ((LM_DEBUG,
+ if (DEBUG_LEVEL) ORBSVCS_DEBUG ((LM_DEBUG,
ACE_TEXT ("(%P|%t) Admin reload proxy %d\n")
, static_cast<int> (id)
));