diff options
author | Benoit Foucher <benoit@zeroc.com> | 2002-11-21 21:50:31 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2002-11-21 21:50:31 +0000 |
commit | 150351e4ebf211f612239028198d56f939bfa937 (patch) | |
tree | c8476b268657e02fe982fefc93eb17c1217edbe2 /cpp/src/Ice/Connection.cpp | |
parent | workaround for JDK bug in getLocalHost; bug fix (diff) | |
download | ice-150351e4ebf211f612239028198d56f939bfa937.tar.bz2 ice-150351e4ebf211f612239028198d56f939bfa937.tar.xz ice-150351e4ebf211f612239028198d56f939bfa937.zip |
Changed warning properties (Ice.ConnectionWarning -> Ice.Warn.Connection)
Added Ice.Warn.Dispatch warnings.
Diffstat (limited to 'cpp/src/Ice/Connection.cpp')
-rw-r--r-- | cpp/src/Ice/Connection.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/Connection.cpp b/cpp/src/Ice/Connection.cpp index 58346dc19a7..5fefc2c52ca 100644 --- a/cpp/src/Ice/Connection.cpp +++ b/cpp/src/Ice/Connection.cpp @@ -852,7 +852,7 @@ IceInternal::Connection::Connection(const InstancePtr& instance, _logger(_instance->logger()), _traceLevels(_instance->traceLevels()), _defaultsAndOverrides(_instance->defaultsAndOverrides()), - _warn(_instance->properties()->getPropertyAsInt("Ice.ConnectionWarnings") > 0), + _warn(_instance->properties()->getPropertyAsInt("Ice.Warn.Connection") > 0), _nextRequestId(1), _requestsHint(_requests.end()), _batchStream(_instance), |