diff options
author | Marc Laukien <marc@zeroc.com> | 2002-09-26 21:13:02 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2002-09-26 21:13:02 +0000 |
commit | 46b2d9414afd185c7d2722a3cb029ba9e5ada7bf (patch) | |
tree | 7bdd826dd73eb1ac981ebe38b3704156f0aecee8 /cpp/src/Ice/ThreadPool.cpp | |
parent | rewrote connection validation code (diff) | |
download | ice-46b2d9414afd185c7d2722a3cb029ba9e5ada7bf.tar.bz2 ice-46b2d9414afd185c7d2722a3cb029ba9e5ada7bf.tar.xz ice-46b2d9414afd185c7d2722a3cb029ba9e5ada7bf.zip |
fix
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(); } { |