summaryrefslogtreecommitdiff
path: root/cpp/src/IceGrid/ServerCache.cpp
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2005-09-06 15:07:39 +0000
committerBenoit Foucher <benoit@zeroc.com>2005-09-06 15:07:39 +0000
commit3a7c0c1239ff9b9f38ba51c109463d34229efad2 (patch)
tree65e7b843190ecff2457aa600a4ed2f9271914e17 /cpp/src/IceGrid/ServerCache.cpp
parentfixing missing adapter deactivation in test (diff)
downloadice-3a7c0c1239ff9b9f38ba51c109463d34229efad2.tar.bz2
ice-3a7c0c1239ff9b9f38ba51c109463d34229efad2.tar.xz
ice-3a7c0c1239ff9b9f38ba51c109463d34229efad2.zip
Tracing fix
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());