summaryrefslogtreecommitdiff
path: root/TAO/tao/Messaging
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2019-05-22 11:43:17 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2019-05-22 11:43:17 +0200
commit8b14f3bec3be8860dadf984e314bd9040c70ef59 (patch)
treefffb639740d643e4219fe3524b1153f8e4747369 /TAO/tao/Messaging
parentbfab77d5691508b5d49f84e8176d3da6ea415856 (diff)
downloadATCD-8b14f3bec3be8860dadf984e314bd9040c70ef59.tar.gz
Consistent logging of request id
* TAO/tao/Exclusive_TMS.cpp: * TAO/tao/GIOP_Message_Generator_Parser.h: * TAO/tao/GIOP_Message_Generator_Parser_10.h: * TAO/tao/GIOP_Message_Generator_Parser_12.h: * TAO/tao/Messaging/Asynch_Timeout_Handler.cpp: * TAO/tao/Muxed_TMS.cpp:
Diffstat (limited to 'TAO/tao/Messaging')
-rw-r--r--TAO/tao/Messaging/Asynch_Timeout_Handler.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/Messaging/Asynch_Timeout_Handler.cpp b/TAO/tao/Messaging/Asynch_Timeout_Handler.cpp
index 65677de2656..3b9da61a265 100644
--- a/TAO/tao/Messaging/Asynch_Timeout_Handler.cpp
+++ b/TAO/tao/Messaging/Asynch_Timeout_Handler.cpp
@@ -49,7 +49,7 @@ TAO_Asynch_Timeout_Handler::handle_timeout (const ACE_Time_Value &,
{
TAOLIB_DEBUG ((LM_DEBUG,
ACE_TEXT ("TAO_Messaging (%P|%t) - Asynch_Timeout_Handler")
- ACE_TEXT ("::handle_timeout, request %d timed out\n"),
+ ACE_TEXT ("::handle_timeout, request [%d] timed out\n"),
this->request_id_));
}
}
@@ -59,7 +59,7 @@ TAO_Asynch_Timeout_Handler::handle_timeout (const ACE_Time_Value &,
{
TAOLIB_ERROR ((LM_ERROR,
ACE_TEXT ("TAO_Messaging (%P|%t) - Asynch_Timeout_Handler")
- ACE_TEXT ("::handle_timeout, unable to dispatch timed out request %d\n"),
+ ACE_TEXT ("::handle_timeout, unable to dispatch timed out request [%d]\n"),
this->request_id_));
}
}