summaryrefslogtreecommitdiff
path: root/TAO/tao/IIOP_Transport.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/IIOP_Transport.cpp')
-rw-r--r--TAO/tao/IIOP_Transport.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tao/IIOP_Transport.cpp b/TAO/tao/IIOP_Transport.cpp
index 134d8457f18..8cf934a8e3a 100644
--- a/TAO/tao/IIOP_Transport.cpp
+++ b/TAO/tao/IIOP_Transport.cpp
@@ -332,7 +332,7 @@ TAO_IIOP_Transport::tear_listen_point_list (TAO_InputCDR &cdr)
int
TAO_IIOP_Transport::schedule_output (void)
{
- if (TAO_debug_level > 4)
+ if (TAO_debug_level > 3)
{
ACE_DEBUG ((LM_DEBUG,
"TAO (%P|%t) - IIOP_Transport[%d]::schedule_output\n",
@@ -347,10 +347,10 @@ TAO_IIOP_Transport::schedule_output (void)
int
TAO_IIOP_Transport::cancel_output (void)
{
- if (TAO_debug_level > 4)
+ if (TAO_debug_level > 3)
{
ACE_DEBUG ((LM_DEBUG,
- "TAO (%P|%t) - IIOP_Transport[%d]::schedule_output\n",
+ "TAO (%P|%t) - IIOP_Transport[%d]::cancel_output\n",
this->handle ()));
}
ACE_Reactor *r =