diff options
author | Benoit Foucher <benoit@zeroc.com> | 2003-01-03 18:19:14 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2003-01-03 18:19:14 +0000 |
commit | 39ff058027f2c976de11caca9070c0096276eed8 (patch) | |
tree | 4adf9d539e427019c88b495e9f610b16210cb7c4 /cpp/src/Ice/Connection.cpp | |
parent | Fixes to take into account recent changes in TestUtil.py. (diff) | |
download | ice-39ff058027f2c976de11caca9070c0096276eed8.tar.bz2 ice-39ff058027f2c976de11caca9070c0096276eed8.tar.xz ice-39ff058027f2c976de11caca9070c0096276eed8.zip |
Removed extra tracing
Diffstat (limited to 'cpp/src/Ice/Connection.cpp')
-rw-r--r-- | cpp/src/Ice/Connection.cpp | 1 |
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; } } } |