summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/RT_Notify_Service.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Notify/RT_Notify_Service.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/RT_Notify_Service.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Notify/RT_Notify_Service.cpp b/TAO/orbsvcs/orbsvcs/Notify/RT_Notify_Service.cpp
index 604d36d8a89..5bae0f25499 100644
--- a/TAO/orbsvcs/orbsvcs/Notify/RT_Notify_Service.cpp
+++ b/TAO/orbsvcs/orbsvcs/Notify/RT_Notify_Service.cpp
@@ -20,7 +20,7 @@ TAO_RT_Notify_Service::~TAO_RT_Notify_Service ()
void
TAO_RT_Notify_Service::init_service (CORBA::ORB_ptr orb)
{
- ACE_DEBUG ((LM_DEBUG, "Loading the Real-Time Notification Service...\n"));
+ ORBSVCS_DEBUG ((LM_DEBUG, "Loading the Real-Time Notification Service...\n"));
this->init_i (orb);
}