diff options
author | Mark Spruiell <mes@zeroc.com> | 2007-02-01 17:03:07 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2007-02-01 17:03:07 +0000 |
commit | 4d7223468584257fc51e9a61bded4f4dcb41201a (patch) | |
tree | 58ab426a08e79b2e9cb0e8d9c5b712ba03f12adf /cpp/src | |
parent | Expanded tabs into spaces (diff) | |
download | ice-4d7223468584257fc51e9a61bded4f4dcb41201a.tar.bz2 ice-4d7223468584257fc51e9a61bded4f4dcb41201a.tar.xz ice-4d7223468584257fc51e9a61bded4f4dcb41201a.zip |
removing trace message
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/IceSSL/TransceiverI.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/cpp/src/IceSSL/TransceiverI.cpp b/cpp/src/IceSSL/TransceiverI.cpp index aab359a99e1..7f51ac52c76 100644 --- a/cpp/src/IceSSL/TransceiverI.cpp +++ b/cpp/src/IceSSL/TransceiverI.cpp @@ -395,12 +395,6 @@ IceSSL::TransceiverI::initialize(int timeout) { if(_incoming) { - if(_instance->networkTraceLevel() >= 2) - { - Trace out(_logger, _instance->networkTraceCategory()); - out << "trying to validate incoming ssl connection\n" << IceInternal::fdToString(_fd); - } - // TODO: The timeout is 0 when called by the thread pool. // Make this configurable? if(timeout == 0) |