summaryrefslogtreecommitdiff
path: root/TAO/tao/Connect.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Connect.cpp')
-rw-r--r--TAO/tao/Connect.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/Connect.cpp b/TAO/tao/Connect.cpp
index 0646f05b37b..2a069ec0963 100644
--- a/TAO/tao/Connect.cpp
+++ b/TAO/tao/Connect.cpp
@@ -776,7 +776,7 @@ TAO_Server_Connection_Handler::handle_input (ACE_HANDLE)
{
// No exception but some kind of error, yet a response is
// required.
- if (TAO_orbdebug)
+ if (TAO_debug_level > 0)
ACE_ERROR ((LM_ERROR,
"TAO: (%P|%t) %s: closing conn, no exception, "
"but expecting response\n",
@@ -789,7 +789,7 @@ TAO_Server_Connection_Handler::handle_input (ACE_HANDLE)
{
// No exception, no response expected, but an error ocurred,
// close the socket.
- if (TAO_orbdebug)
+ if (TAO_debug_level > 0)
ACE_ERROR ((LM_ERROR,
"TAO: (%P|%t) %s: closing conn, no exception, "
"but expecting response\n",