summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-12-13 22:25:35 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-12-13 22:25:35 +0000
commitd0bae767797e2515660c9963961e5c2e989840a1 (patch)
treec61ae4b0f14daa7da652afa00c747d48a9d12abf
parent941b606b8fe725e865b0f3361903151395015485 (diff)
downloadATCD-d0bae767797e2515660c9963961e5c2e989840a1.tar.gz
Fixed typo in ACE_DEBUG message.
-rw-r--r--TAO/performance-tests/RTCorba/Oneways/Reliable/client.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/performance-tests/RTCorba/Oneways/Reliable/client.cpp b/TAO/performance-tests/RTCorba/Oneways/Reliable/client.cpp
index 7a7cc0a7a20..e9f4be00acf 100644
--- a/TAO/performance-tests/RTCorba/Oneways/Reliable/client.cpp
+++ b/TAO/performance-tests/RTCorba/Oneways/Reliable/client.cpp
@@ -332,7 +332,7 @@ main (int argc, char *argv[])
// Do a sanity check.
if (ACE_OS::thr_getprio (self, priority) == 0)
ACE_DEBUG ((LM_DEBUG,
- "server (%P|%t): thread priority = %d.\n",
+ "client (%P|%t): thread priority = %d.\n",
priority));
ACE_TRY_NEW_ENV