summaryrefslogtreecommitdiff
path: root/TAO/tao/IIOP_Connector.cpp
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2000-11-04 00:24:34 +0000
committerbala <balanatarajan@users.noreply.github.com>2000-11-04 00:24:34 +0000
commitac61f0a2685e3aaf1a1160d81363541117ba8f99 (patch)
tree387e82b935dd299f68b7f0d362d17858fdefcc93 /TAO/tao/IIOP_Connector.cpp
parent93d038ae6e8c20cc3599403069c2b6b1b30dc793 (diff)
downloadATCD-ac61f0a2685e3aaf1a1160d81363541117ba8f99.tar.gz
*** empty log message ***
Diffstat (limited to 'TAO/tao/IIOP_Connector.cpp')
-rw-r--r--TAO/tao/IIOP_Connector.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/tao/IIOP_Connector.cpp b/TAO/tao/IIOP_Connector.cpp
index e8c41e9d32a..475110602a7 100644
--- a/TAO/tao/IIOP_Connector.cpp
+++ b/TAO/tao/IIOP_Connector.cpp
@@ -185,7 +185,7 @@ TAO_IIOP_Connector::connect (TAO_Base_Connection_Property *prop,
if (this->orb_core ()->connection_cache ().find_handler (prop,
conn_handler) == 0)
{
- if (TAO_debug_level > 0)
+ if (TAO_debug_level > 5)
ACE_DEBUG ((LM_DEBUG,
ACE_TEXT ("(%P|%t) IIOP_Connector::connect ")
ACE_TEXT ("got an existing connection \n")));
@@ -197,7 +197,7 @@ TAO_IIOP_Connector::connect (TAO_Base_Connection_Property *prop,
}
else
{
- if (TAO_debug_level > 0)
+ if (TAO_debug_level > 4)
ACE_DEBUG ((LM_DEBUG,
ACE_TEXT ("(%P|%t) IIOP_Connector::connect ")
ACE_TEXT ("making a new connection \n")));
@@ -226,7 +226,7 @@ TAO_IIOP_Connector::connect (TAO_Base_Connection_Property *prop,
remote_address);
}
- if (TAO_debug_level > 0)
+ if (TAO_debug_level > 4)
ACE_DEBUG ((LM_DEBUG,
ACE_TEXT ("(%P|%t) IIOP_Connector::connect ")
ACE_TEXT ("The result is <%d> \n"), result));
@@ -257,7 +257,7 @@ TAO_IIOP_Connector::connect (TAO_Base_Connection_Property *prop,
{
ACE_DEBUG ((LM_DEBUG,
ACE_TEXT ("(%P|%t) IIOP_Connector::connect ")
- ACE_TEXT ("added the new connection to Cache \n")));
+ ACE_TEXT ("couldn't add the new connection to Cache \n")));
}
}