diff options
author | Mark Spruiell <mes@zeroc.com> | 2006-04-19 23:51:51 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2006-04-19 23:51:51 +0000 |
commit | 31ab61724b6b069f1be1267a71bd9799dbf28f6c (patch) | |
tree | 69616ebb33e37002938e4d5dfe38bbcfc7873a23 /cpp/src/IceSSL/Instance.cpp | |
parent | removing support for old properties (diff) | |
download | ice-31ab61724b6b069f1be1267a71bd9799dbf28f6c.tar.bz2 ice-31ab61724b6b069f1be1267a71bd9799dbf28f6c.tar.xz ice-31ab61724b6b069f1be1267a71bd9799dbf28f6c.zip |
minor fix
Diffstat (limited to 'cpp/src/IceSSL/Instance.cpp')
-rw-r--r-- | cpp/src/IceSSL/Instance.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IceSSL/Instance.cpp b/cpp/src/IceSSL/Instance.cpp index 72e21bc2b32..fcd62d549ce 100644 --- a/cpp/src/IceSSL/Instance.cpp +++ b/cpp/src/IceSSL/Instance.cpp @@ -160,7 +160,7 @@ IceSSL::Instance::sslErrors() const ostr << endl; } - if(_securityTraceLevel > 0) + if(_securityTraceLevel >= 1) { if(count > 0) { |