summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/EventTypeSeq.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Notify/EventTypeSeq.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/EventTypeSeq.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Notify/EventTypeSeq.cpp b/TAO/orbsvcs/orbsvcs/Notify/EventTypeSeq.cpp
index 5828fd92d0f..35a178c269c 100644
--- a/TAO/orbsvcs/orbsvcs/Notify/EventTypeSeq.cpp
+++ b/TAO/orbsvcs/orbsvcs/Notify/EventTypeSeq.cpp
@@ -253,7 +253,7 @@ TAO_Notify_EventTypeSeq::dump (void) const
for (iter.first (); iter.next (event_type); iter.advance ())
{
event_type->dump ();
- ACE_DEBUG ((LM_DEBUG, ", "));
+ ORBSVCS_DEBUG ((LM_DEBUG, ", "));
}
}
@@ -295,7 +295,7 @@ TAO_Notify_EventTypeSeq::load_child (const ACE_CString &type, CORBA::Long id,
if ((type == "subscription") && et.init(attrs))
{
- if (DEBUG_LEVEL) ACE_DEBUG ((LM_DEBUG,
+ if (DEBUG_LEVEL) ORBSVCS_DEBUG ((LM_DEBUG,
ACE_TEXT ("(%P|%t) Event_Type reload subscription\n")
));
inherited::insert(et);