summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2003-01-03 18:19:14 +0000
committerBenoit Foucher <benoit@zeroc.com>2003-01-03 18:19:14 +0000
commit39ff058027f2c976de11caca9070c0096276eed8 (patch)
tree4adf9d539e427019c88b495e9f610b16210cb7c4 /cpp/src
parentFixes to take into account recent changes in TestUtil.py. (diff)
downloadice-39ff058027f2c976de11caca9070c0096276eed8.tar.bz2
ice-39ff058027f2c976de11caca9070c0096276eed8.tar.xz
ice-39ff058027f2c976de11caca9070c0096276eed8.zip
Removed extra tracing
Diffstat (limited to 'cpp/src')
-rw-r--r--cpp/src/Ice/Connection.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/src/Ice/Connection.cpp b/cpp/src/Ice/Connection.cpp
index 6868934d6a1..fd740488944 100644
--- a/cpp/src/Ice/Connection.cpp
+++ b/cpp/src/Ice/Connection.cpp
@@ -1143,7 +1143,6 @@ IceInternal::Connection::setState(State state, const LocalException& ex)
{
Warning out(_logger);
out << "connection exception:\n" << *_exception.get() << '\n' << _transceiver->toString();
- out << '\n' << (int)_state << " -> " << (int)state;
}
}
}