summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/Method_Request_Dispatch.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Notify/Method_Request_Dispatch.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/Method_Request_Dispatch.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Notify/Method_Request_Dispatch.cpp b/TAO/orbsvcs/orbsvcs/Notify/Method_Request_Dispatch.cpp
index 4c3e8b47459..bf501298e68 100644
--- a/TAO/orbsvcs/orbsvcs/Notify/Method_Request_Dispatch.cpp
+++ b/TAO/orbsvcs/orbsvcs/Notify/Method_Request_Dispatch.cpp
@@ -71,7 +71,7 @@ int TAO_Notify_Method_Request_Dispatch::execute_i (void)
parent.filter_operator ());
if (TAO_debug_level > 1)
- ACE_DEBUG ((LM_DEBUG,
+ ORBSVCS_DEBUG ((LM_DEBUG,
ACE_TEXT ("Notify (%P|%t) Proxysupplier %x filter ")
ACE_TEXT ("eval result = %d\n"),
&this->proxy_supplier_ , val));
@@ -138,7 +138,7 @@ TAO_Notify_Method_Request_Dispatch::unmarshal (
if (proxy_supplier != 0)
{
if (DEBUG_LEVEL > 6)
- ACE_DEBUG ((LM_DEBUG,
+ ORBSVCS_DEBUG ((LM_DEBUG,
ACE_TEXT ("(%P|%t) TAO_Notify_Method_Request_Dispatch")
ACE_TEXT (" reload event for %C\n"),
textpath.c_str()));
@@ -150,14 +150,14 @@ TAO_Notify_Method_Request_Dispatch::unmarshal (
TAO_Notify_ProxyConsumer * proxy_consumer = ecf.find_proxy_consumer (id_path, 0); //@@todo
if (proxy_consumer == 0)
{
- ACE_ERROR ((LM_ERROR,
+ ORBSVCS_ERROR ((LM_ERROR,
ACE_TEXT ("(%P|%t) TAO_Notify_Method_Request_Dispatch")
ACE_TEXT ("::unmarshal: unknown proxy id %C\n"),
textpath.c_str()));
}
else
{
- ACE_ERROR ((LM_ERROR,
+ ORBSVCS_ERROR ((LM_ERROR,
ACE_TEXT ("(%P|%t) TAO_Notify_Method_Request_Dispatch")
ACE_TEXT ("::unmarshal: wrong type of proxy id %C\n"),
textpath.c_str()));
@@ -166,7 +166,7 @@ TAO_Notify_Method_Request_Dispatch::unmarshal (
}
else
{
- ACE_ERROR ((LM_ERROR,
+ ORBSVCS_ERROR ((LM_ERROR,
ACE_TEXT ("(%P|%t) TAO_Notify_Method_Request_Dispatch")
ACE_TEXT ("::unmarshal: Cant read proxy id path\n")));
}