summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/ThreadPool.cpp
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2004-10-27 19:53:46 +0000
committerMarc Laukien <marc@zeroc.com>2004-10-27 19:53:46 +0000
commit06a5c3d8c3b6ccd5a7ab941db4b7fc9d91be1c42 (patch)
treec79f387bc7e80ecb50f1334bc4b383b88f300359 /cpp/src/Ice/ThreadPool.cpp
parentutime workaround for NT/2000/XP (diff)
downloadice-06a5c3d8c3b6ccd5a7ab941db4b7fc9d91be1c42.tar.bz2
ice-06a5c3d8c3b6ccd5a7ab941db4b7fc9d91be1c42.tar.xz
ice-06a5c3d8c3b6ccd5a7ab941db4b7fc9d91be1c42.zip
test suite now works with thread per connection
Diffstat (limited to 'cpp/src/Ice/ThreadPool.cpp')
-rw-r--r--cpp/src/Ice/ThreadPool.cpp2
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();
}