summaryrefslogtreecommitdiff
path: root/TAO/tao/IIOP_Connect.cpp
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-08-06 18:24:46 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-08-06 18:24:46 +0000
commit61e91549dc66b32d4d67567241d6cd6cb211e5cc (patch)
tree1623a565d69b769610123daca69cd28d2c9f4305 /TAO/tao/IIOP_Connect.cpp
parent67c94415a7f1a8eefba6a81e1636d0037d660bd6 (diff)
downloadATCD-61e91549dc66b32d4d67567241d6cd6cb211e5cc.tar.gz
ChangeLogTag:Fri Aug 06 13:20:23 1999 Carlos O'Ryan <coryan@JIG>
Diffstat (limited to 'TAO/tao/IIOP_Connect.cpp')
-rw-r--r--TAO/tao/IIOP_Connect.cpp10
1 files changed, 7 insertions, 3 deletions
diff --git a/TAO/tao/IIOP_Connect.cpp b/TAO/tao/IIOP_Connect.cpp
index 8d11ca26609..c6134c60752 100644
--- a/TAO/tao/IIOP_Connect.cpp
+++ b/TAO/tao/IIOP_Connect.cpp
@@ -207,7 +207,7 @@ TAO_IIOP_Server_Connection_Handler::svc (void)
// Inheriting the ORB_Core tss stuff from the parent thread.
this->orb_core_->inherit_from_parent_thread (this->tss_resources_);
- if (TAO_orbdebug)
+ if (TAO_debug_level > 0)
ACE_DEBUG ((LM_DEBUG,
"TAO (%P|%t) IIOP_Server_Connection_Handler::svc begin\n"));
@@ -235,11 +235,15 @@ TAO_IIOP_Server_Connection_Handler::svc (void)
result = 0;
}
current_timeout = timeout;
+ if (TAO_debug_level > 0)
+ ACE_DEBUG ((LM_DEBUG,
+ "TAO (%P|%t) IIOP_Server_Connection_Handler::svc - "
+ "loop <%d>\n", current_timeout.msec ()));
}
- if (TAO_orbdebug)
+ if (TAO_debug_level > 0)
ACE_DEBUG ((LM_DEBUG,
- "(%P|%t) TAO_IIOP_Server_Connection_Handler::svc end\n"));
+ "TAO (%P|%t) IIOP_Server_Connection_Handler::svc end\n"));
return result;
}