diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2009-08-21 16:17:16 -0230 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2009-08-21 16:17:16 -0230 |
commit | 33dc83b94215d845ba75b2cd299aa3b64f06fdfc (patch) | |
tree | 9b65727c9b89b84ee722b37308de819024bd88d1 /cpp/src/Ice/ConnectionI.cpp | |
parent | removing references to IceInternal.SelectorHandler from proguard configs (diff) | |
download | ice-33dc83b94215d845ba75b2cd299aa3b64f06fdfc.tar.bz2 ice-33dc83b94215d845ba75b2cd299aa3b64f06fdfc.tar.xz ice-33dc83b94215d845ba75b2cd299aa3b64f06fdfc.zip |
Bug 2664 - Added Ice.PrintStackTraces and cleaned up ifdefs
Diffstat (limited to 'cpp/src/Ice/ConnectionI.cpp')
-rw-r--r-- | cpp/src/Ice/ConnectionI.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/cpp/src/Ice/ConnectionI.cpp b/cpp/src/Ice/ConnectionI.cpp index 64137e7953c..bea6f4ed5f5 100644 --- a/cpp/src/Ice/ConnectionI.cpp +++ b/cpp/src/Ice/ConnectionI.cpp @@ -1618,9 +1618,6 @@ Ice::ConnectionI::setState(State state, const LocalException& ex) { Warning out(_logger); out << "connection exception:\n" << *_exception.get() << '\n' << _desc; -#ifdef __GNUC__ - out << "\n" << ex.ice_stackTrace(); -#endif } } } @@ -1753,9 +1750,6 @@ Ice::ConnectionI::setState(State state) { Error out(_logger); out << "unexpected connection exception:\n" << ex << '\n' << _desc; -#ifdef __GNUC__ - out << "\n" << ex.ice_stackTrace(); -#endif } // |