summaryrefslogtreecommitdiff
path: root/TAO/tao/CSD_Framework/CSD_FW_Server_Request_Wrapper.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/CSD_Framework/CSD_FW_Server_Request_Wrapper.cpp')
-rw-r--r--TAO/tao/CSD_Framework/CSD_FW_Server_Request_Wrapper.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tao/CSD_Framework/CSD_FW_Server_Request_Wrapper.cpp b/TAO/tao/CSD_Framework/CSD_FW_Server_Request_Wrapper.cpp
index fa6a549f8de..24cbb88ca02 100644
--- a/TAO/tao/CSD_Framework/CSD_FW_Server_Request_Wrapper.cpp
+++ b/TAO/tao/CSD_Framework/CSD_FW_Server_Request_Wrapper.cpp
@@ -100,7 +100,7 @@ TAO::CSD::FW_Server_Request_Wrapper::dispatch (
// However, in this case, we cannot close the connection
// down, since it really isn't the client's fault.
- ACE_ERROR ((LM_ERROR,
+ TAOLIB_ERROR ((LM_ERROR,
ACE_TEXT ("(%P|%t) exception thrown ")
ACE_TEXT ("but client is not waiting a response\n")));
@@ -140,7 +140,7 @@ TAO::CSD::FW_Server_Request_Wrapper::dispatch (
// However, in this case, we cannot close the connection
// down, since it really isn't the client's fault.
- ACE_ERROR ((LM_ERROR,
+ TAOLIB_ERROR ((LM_ERROR,
ACE_TEXT ("(%P|%t) exception thrown ")
ACE_TEXT ("but client is not waiting a response\n")));
@@ -354,7 +354,7 @@ TAO::CSD::FW_Server_Request_Wrapper::clone (TAO_Operation_Details const *& from,
if (! from_non_const->marshal_args (outcdr))
{
- ACE_ERROR ((LM_ERROR,
+ TAOLIB_ERROR ((LM_ERROR,
ACE_TEXT("(%P|%T) TAO::CSD::FW_Server_Request_Wrapper::")
ACE_TEXT("clone TAO_Operation_Details failed\n")));
return false;