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.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Notify/EventTypeSeq.cpp b/TAO/orbsvcs/orbsvcs/Notify/EventTypeSeq.cpp
index 5828fd92d0f..31d93b598a7 100644
--- a/TAO/orbsvcs/orbsvcs/Notify/EventTypeSeq.cpp
+++ b/TAO/orbsvcs/orbsvcs/Notify/EventTypeSeq.cpp
@@ -1,5 +1,6 @@
// $Id$
+#include "orbsvcs/Log_Macros.h"
#include "orbsvcs/Notify/EventTypeSeq.h"
#include "orbsvcs/Notify/Topology_Saver.h"
@@ -253,7 +254,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 +296,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);