summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/FtRtEvent/EventChannel/ForwardCtrlServerInterceptor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/FtRtEvent/EventChannel/ForwardCtrlServerInterceptor.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/FtRtEvent/EventChannel/ForwardCtrlServerInterceptor.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/orbsvcs/FtRtEvent/EventChannel/ForwardCtrlServerInterceptor.cpp b/TAO/orbsvcs/orbsvcs/FtRtEvent/EventChannel/ForwardCtrlServerInterceptor.cpp
index 06fe24e6903..2133578e6ea 100644
--- a/TAO/orbsvcs/orbsvcs/FtRtEvent/EventChannel/ForwardCtrlServerInterceptor.cpp
+++ b/TAO/orbsvcs/orbsvcs/FtRtEvent/EventChannel/ForwardCtrlServerInterceptor.cpp
@@ -152,7 +152,7 @@ void ForwardCtrlServerInterceptor::send_reply (PortableInterceptor::ServerReques
maker->get_ref_version(), version);
if (version < maker->get_ref_version()) {
- ACE_DEBUG((LM_DEBUG, "Outdated IOGR version, passing new IOGR\n"));
+ ORBSVCS_DEBUG((LM_DEBUG, "Outdated IOGR version, passing new IOGR\n"));
try{
CORBA::Object_var forward = get_forward(ri);
@@ -187,7 +187,7 @@ void ForwardCtrlServerInterceptor::send_reply (PortableInterceptor::ServerReques
ri->add_reply_service_context (sc, 0);
- ACE_DEBUG((LM_DEBUG, "reply_service_context added\n"));
+ ORBSVCS_DEBUG((LM_DEBUG, "reply_service_context added\n"));
}
catch (...){
}