diff options
author | Jose <jose@zeroc.com> | 2013-01-14 15:30:21 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2013-01-14 15:30:21 +0100 |
commit | ebc01ea7d46c5e31d71528782c931375a7186542 (patch) | |
tree | 467016392e95c826a0c934814be761c53da64d96 /cpp/src/IceGrid/NodeSessionManager.cpp | |
parent | Added support for Ice.UseServantClassLoader (diff) | |
download | ice-ebc01ea7d46c5e31d71528782c931375a7186542.tar.bz2 ice-ebc01ea7d46c5e31d71528782c931375a7186542.tar.xz ice-ebc01ea7d46c5e31d71528782c931375a7186542.zip |
Fixed (ICE-5144) - Minor grammar errors in code
Diffstat (limited to 'cpp/src/IceGrid/NodeSessionManager.cpp')
-rw-r--r-- | cpp/src/IceGrid/NodeSessionManager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IceGrid/NodeSessionManager.cpp b/cpp/src/IceGrid/NodeSessionManager.cpp index c696d4527df..9571e9de569 100644 --- a/cpp/src/IceGrid/NodeSessionManager.cpp +++ b/cpp/src/IceGrid/NodeSessionManager.cpp @@ -114,7 +114,7 @@ NodeSessionKeepAliveThread::createSession(InternalRegistryPrx& registry, IceUtil { if(traceLevels) { - traceLevels->logger->error("connection to the the registry `" + _name + "' was denied:\n" + ex.reason); + traceLevels->logger->error("connection to the registry `" + _name + "' was denied:\n" + ex.reason); } exception.reset(ex.ice_clone()); } |