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 4618e50d57b..3b0d4039a08 100644 --- a/cpp/src/Ice/ThreadPool.cpp +++ b/cpp/src/Ice/ThreadPool.cpp @@ -618,7 +618,7 @@ IceInternal::ThreadPool::run() catch(const LocalException& ex) { Error out(_instance->logger()); - out << "exception in `" << _prefix << "' while calling finished():\n" + out << "exception in `" << _prefix << "' while calling message():\n" << ex << '\n' << handler->toString(); } |