summaryrefslogtreecommitdiff
path: root/TAO/tao/IIOP_Connection_Handler.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2018-11-30 13:00:33 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2018-11-30 13:00:33 +0100
commitcbcb1be5f2e72e8ed528ca0b1fa41a3d8b6532c6 (patch)
treef43eeeafa4005e59b5282dda708a3fc0d89fb041 /TAO/tao/IIOP_Connection_Handler.cpp
parentb2928ba2b6653c61e3e2bff36711c84e020e1bef (diff)
downloadATCD-cbcb1be5f2e72e8ed528ca0b1fa41a3d8b6532c6.tar.gz
Logging enhancements
* TAO/orbsvcs/ImplRepo_Service/AsyncAccessManager.cpp: * TAO/orbsvcs/ImplRepo_Service/Forwarder.cpp: * TAO/orbsvcs/ImplRepo_Service/LiveCheck.cpp: * TAO/tao/IIOP_Connection_Handler.cpp: * TAO/tao/Strategies/SCIOP_Connection_Handler.cpp: * TAO/tao/Transport.cpp:
Diffstat (limited to 'TAO/tao/IIOP_Connection_Handler.cpp')
-rw-r--r--TAO/tao/IIOP_Connection_Handler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/IIOP_Connection_Handler.cpp b/TAO/tao/IIOP_Connection_Handler.cpp
index b282597af12..66900bc5dc8 100644
--- a/TAO/tao/IIOP_Connection_Handler.cpp
+++ b/TAO/tao/IIOP_Connection_Handler.cpp
@@ -349,7 +349,7 @@ TAO_IIOP_Connection_Handler::open (void*)
TAOLIB_DEBUG ((LM_DEBUG,
ACE_TEXT ("TAO (%P|%t) - IIOP_Connection_Handler::open, IIOP ")
- ACE_TEXT ("connection to peer <%s> on %d\n"),
+ ACE_TEXT ("connection to peer <%s> on [%d]\n"),
client_addr, this->peer ().get_handle ()));
}