summaryrefslogtreecommitdiff
path: root/TAO/tao/Transport.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2010-08-27 12:23:14 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2010-08-27 12:23:14 +0000
commit76323a8b7b98b4e742840f2dcfbef66e5b85ee17 (patch)
tree2605c913e48caa29708990681ec24734c0a23a9d /TAO/tao/Transport.cpp
parent4e68468519381c96acd3e7ca895f11e029695c7d (diff)
downloadATCD-76323a8b7b98b4e742840f2dcfbef66e5b85ee17.tar.gz
Fri Aug 27 12:22:35 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
* tao/Connection_Handler.h: * tao/Connection_Handler.inl: * tao/Connection_Handler.cpp: Added a mutex to guard that we only close once, this fixes bugzilla 3658 * tao/Transport.cpp: Fixed debug message
Diffstat (limited to 'TAO/tao/Transport.cpp')
-rw-r--r--TAO/tao/Transport.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Transport.cpp b/TAO/tao/Transport.cpp
index 6631062c399..dcc73544d20 100644
--- a/TAO/tao/Transport.cpp
+++ b/TAO/tao/Transport.cpp
@@ -499,7 +499,7 @@ TAO_Transport::purge_entry (void)
if (TAO_debug_level > 3)
{
ACE_DEBUG ((LM_DEBUG,
- ACE_TEXT ("TAO (%P|%t) - Transport[%d]::purge_entry\n")
+ ACE_TEXT ("TAO (%P|%t) - Transport[%d]::purge_entry, ")
ACE_TEXT ("entry is %@\n"),
this->id (), entry));
}