diff options
Diffstat (limited to 'cpp/src/IceSSL/ConfigParserErrorReporter.cpp')
-rw-r--r-- | cpp/src/IceSSL/ConfigParserErrorReporter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IceSSL/ConfigParserErrorReporter.cpp b/cpp/src/IceSSL/ConfigParserErrorReporter.cpp index 9a0fb2e4576..0f30587055d 100644 --- a/cpp/src/IceSSL/ConfigParserErrorReporter.cpp +++ b/cpp/src/IceSSL/ConfigParserErrorReporter.cpp @@ -37,7 +37,7 @@ IceSSL::ConfigParserErrorReporter::~ConfigParserErrorReporter() void IceSSL::ConfigParserErrorReporter::warning(const SAXParseException& toCatch) { - if (_traceLevels->security >= IceSSL::SECURITY_PARSE_WARNINGS) + if(_traceLevels->security >= IceSSL::SECURITY_PARSE_WARNINGS) { ostringstream s; |