summaryrefslogtreecommitdiff
path: root/TAO/tao/Transport.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Transport.cpp')
-rw-r--r--TAO/tao/Transport.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/TAO/tao/Transport.cpp b/TAO/tao/Transport.cpp
index 55ebbc5377d..d6fff78a27b 100644
--- a/TAO/tao/Transport.cpp
+++ b/TAO/tao/Transport.cpp
@@ -266,6 +266,12 @@ TAO_Transport::purge_entry (void)
int
TAO_Transport::make_idle (void)
{
+ if (TAO_debug_level > 3)
+ {
+ ACE_DEBUG ((LM_DEBUG,
+ "TAO (%P|%t) - Transport[%d]::make_idle\n",
+ this->id ()));
+ }
return this->transport_cache_manager ().make_idle (this->cache_map_entry_);
}