diff options
Diffstat (limited to 'cpp/src/Ice/ThreadPool.cpp')
-rw-r--r-- | cpp/src/Ice/ThreadPool.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/ThreadPool.cpp b/cpp/src/Ice/ThreadPool.cpp index d09c86fbe58..a8a7b59b0ef 100644 --- a/cpp/src/Ice/ThreadPool.cpp +++ b/cpp/src/Ice/ThreadPool.cpp @@ -492,7 +492,7 @@ IceInternal::ThreadPool::run() catch(const LocalException& ex) { Error out(_instance->logger()); - out << "exception while calling finished():\n" << handler->toString() << '\n' << ex; + out << "exception while calling finished():\n" << ex << '\n' << handler->toString(); } { |