summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/MonitorControlExt/MC_Notify_Service.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Notify/MonitorControlExt/MC_Notify_Service.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/MonitorControlExt/MC_Notify_Service.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Notify/MonitorControlExt/MC_Notify_Service.cpp b/TAO/orbsvcs/orbsvcs/Notify/MonitorControlExt/MC_Notify_Service.cpp
index 8ea167e6983..33b9f4ea744 100644
--- a/TAO/orbsvcs/orbsvcs/Notify/MonitorControlExt/MC_Notify_Service.cpp
+++ b/TAO/orbsvcs/orbsvcs/Notify/MonitorControlExt/MC_Notify_Service.cpp
@@ -1,5 +1,7 @@
// $Id$
+#include "orbsvcs/Log_Macros.h"
+#include "orbsvcs/Log_Macros.h"
#include "orbsvcs/Notify/MonitorControlExt/MC_Notify_Service.h"
#include "tao/debug.h"
@@ -38,7 +40,7 @@ TAO_MC_Notify_Service::init_i (CORBA::ORB_ptr orb)
if (monitor == 0)
{
if (TAO_debug_level > 0)
- ACE_DEBUG ((LM_DEBUG, "%s must be loaded via "
+ ORBSVCS_DEBUG ((LM_DEBUG, "%s must be loaded via "
"the Service Configurator\n",
TAO_NOTIFY_MONITOR_CONTROL_MANAGER));
}
@@ -60,7 +62,7 @@ TAO_MC_Notify_Service::init_i2 (CORBA::ORB_ptr orb,
if (monitor == 0)
{
if (TAO_debug_level > 0)
- ACE_DEBUG ((LM_DEBUG, "%s must be loaded via "
+ ORBSVCS_DEBUG ((LM_DEBUG, "%s must be loaded via "
"the Service Configurator\n",
TAO_NOTIFY_MONITOR_CONTROL_MANAGER));
}