summaryrefslogtreecommitdiff
path: root/cpp/src/IceGrid/ServerCache.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/IceGrid/ServerCache.cpp')
-rw-r--r--cpp/src/IceGrid/ServerCache.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/cpp/src/IceGrid/ServerCache.cpp b/cpp/src/IceGrid/ServerCache.cpp
index 2ac1c4eb853..a37215cf9cd 100644
--- a/cpp/src/IceGrid/ServerCache.cpp
+++ b/cpp/src/IceGrid/ServerCache.cpp
@@ -412,8 +412,6 @@ ServerEntry::syncImpl(map<string, AdapterPrx>& adpts, int& activationTimeout, in
}
catch(const Ice::Exception& ex)
{
- Ice::Warning out(_cache.getTraceLevels()->logger);
- out << "unexpected exception while loading on node `" << loadNode << "':\n" << ex;
ostringstream os;
os << ex;
throw NodeUnreachableException(loadNode, os.str());