summaryrefslogtreecommitdiff
path: root/cpp/demo/Ice/nested/Client.cpp
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2003-03-07 19:41:12 +0000
committerMarc Laukien <marc@zeroc.com>2003-03-07 19:41:12 +0000
commit909902165af20518131b43d2fb05e5c7234f016f (patch)
treeefad7b12a59e08d0c10ac9d1d3900c641e6c5056 /cpp/demo/Ice/nested/Client.cpp
parentinternal thread pool changes (diff)
downloadice-909902165af20518131b43d2fb05e5c7234f016f.tar.bz2
ice-909902165af20518131b43d2fb05e5c7234f016f.tar.xz
ice-909902165af20518131b43d2fb05e5c7234f016f.zip
dyn thread pool
Diffstat (limited to 'cpp/demo/Ice/nested/Client.cpp')
-rw-r--r--cpp/demo/Ice/nested/Client.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/demo/Ice/nested/Client.cpp b/cpp/demo/Ice/nested/Client.cpp
index 20977af7064..2ea1f26cac9 100644
--- a/cpp/demo/Ice/nested/Client.cpp
+++ b/cpp/demo/Ice/nested/Client.cpp
@@ -57,8 +57,8 @@ NestedClient::run(int argc, char* argv[])
adapter->add(new NestedI(self), Ice::stringToIdentity("nestedClient"));
adapter->activate();
- cout << "Note: The maximum nesting level is (sz - 1) * 2, with sz\n"
- << "being the number of threads in the server thread pool. if\n"
+ cout << "Note: The maximum nesting level is sz * 2, with sz being\n"
+ << "the maximum number of threads in the server thread pool. if\n"
<< "you specify a value higher than that, the application will\n"
<< "block or timeout.\n"
<< endl;