summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/POA_Helper.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Notify/POA_Helper.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/POA_Helper.cpp9
1 files changed, 5 insertions, 4 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Notify/POA_Helper.cpp b/TAO/orbsvcs/orbsvcs/Notify/POA_Helper.cpp
index 12c6dfaa571..c288de9000f 100644
--- a/TAO/orbsvcs/orbsvcs/Notify/POA_Helper.cpp
+++ b/TAO/orbsvcs/orbsvcs/Notify/POA_Helper.cpp
@@ -1,5 +1,6 @@
// $Id$
+#include "orbsvcs/Log_Macros.h"
#include "orbsvcs/Notify/POA_Helper.h"
#if ! defined (__ACE_INLINE__)
@@ -107,7 +108,7 @@ TAO_Notify_POA_Helper::create_i (
if (DEBUG_LEVEL > 0)
{
CORBA::String_var the_name = this->poa_->the_name ();
- ACE_DEBUG ((LM_DEBUG, "Created POA : %C\n", the_name.in ()));
+ ORBSVCS_DEBUG ((LM_DEBUG, "Created POA : %C\n", the_name.in ()));
}
/*
@@ -158,7 +159,7 @@ TAO_Notify_POA_Helper::activate (PortableServer::Servant servant, CORBA::Long& i
if (DEBUG_LEVEL > 0)
{
CORBA::String_var the_name = this->poa_->the_name ();
- ACE_DEBUG ((LM_DEBUG,
+ ORBSVCS_DEBUG ((LM_DEBUG,
ACE_TEXT ("(%P|%t) POA_Helper Activating object with ")
ACE_TEXT ("id = %d in POA : %C\n"),
id, the_name.in ()
@@ -179,7 +180,7 @@ TAO_Notify_POA_Helper::activate_with_id (PortableServer::Servant servant, CORBA:
if (DEBUG_LEVEL > 0)
{
CORBA::String_var the_name = this->poa_->the_name ();
- ACE_DEBUG ((LM_DEBUG,
+ ORBSVCS_DEBUG ((LM_DEBUG,
ACE_TEXT ("(%P|%t) POA_Helper Activating object with ")
ACE_TEXT ("existing id = %d in POA : %C\n"),
id, the_name.in ()
@@ -204,7 +205,7 @@ TAO_Notify_POA_Helper::deactivate (CORBA::Long id) const
if (DEBUG_LEVEL > 0)
{
CORBA::String_var the_name = this->poa_->the_name ();
- ACE_DEBUG ((LM_DEBUG,
+ ORBSVCS_DEBUG ((LM_DEBUG,
ACE_TEXT ("(%P|%t) POA_Helper Deactivating object with")
ACE_TEXT ("id = %d in POA : %C\n"),
id, the_name.in ()));