summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2018-10-30 08:57:40 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2018-10-30 08:57:40 +0100
commit1f916302499a56d6de52d61c0c8c8a4b8f4c2d4b (patch)
treedc8f6d3dd748154d956aeb96975ddd7859abcebb
parented5755ec9040af82191f6d5b1190f7c7afea6830 (diff)
downloadATCD-1f916302499a56d6de52d61c0c8c8a4b8f4c2d4b.tar.gz
Make formatting of debug message consistent with others in the TAO core
* TAO/tao/Strategies/UIOP_Connection_Handler.cpp:
-rw-r--r--TAO/tao/Strategies/UIOP_Connection_Handler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Strategies/UIOP_Connection_Handler.cpp b/TAO/tao/Strategies/UIOP_Connection_Handler.cpp
index 92ee31f5679..e6638ac8f3f 100644
--- a/TAO/tao/Strategies/UIOP_Connection_Handler.cpp
+++ b/TAO/tao/Strategies/UIOP_Connection_Handler.cpp
@@ -120,7 +120,7 @@ TAO_UIOP_Connection_Handler::open (void*)
if (TAO_debug_level > 0)
TAOLIB_DEBUG ((LM_DEBUG,
- ACE_TEXT ("TAO (%P|%t) UIOP connection to server ")
+ ACE_TEXT ("TAO (%P|%t) - UIOP_Connection_Handler::open, connection to server ")
ACE_TEXT ("<%C> on %d\n"),
addr.get_path_name (), this->peer ().get_handle ()));