summaryrefslogtreecommitdiff
path: root/tests/OBV/Indirection/MessengerClient.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/OBV/Indirection/MessengerClient.cpp')
-rw-r--r--tests/OBV/Indirection/MessengerClient.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/OBV/Indirection/MessengerClient.cpp b/tests/OBV/Indirection/MessengerClient.cpp
index 68112813009..2269964b8b4 100644
--- a/tests/OBV/Indirection/MessengerClient.cpp
+++ b/tests/OBV/Indirection/MessengerClient.cpp
@@ -37,11 +37,11 @@ int ACE_TMAIN (int ac, ACE_TCHAR* av[]) {
bb->b1 (p1);
bb->b2 (p1);
- ACE_DEBUG ((LM_DEBUG, "(%P|%t)Passing two boxed values in one valuetype: %s\n",
+ ACE_DEBUG ((LM_DEBUG, "(%P|%t)Passing two boxed values in one valuetype: %s\n",
tst->receive_boxedvalue (b)));
- ACE_DEBUG ((LM_DEBUG, "(%P|%t)Passing one boxed values twice in one valuetype: %s\n",
+ ACE_DEBUG ((LM_DEBUG, "(%P|%t)Passing one boxed values twice in one valuetype: %s\n",
tst->receive_boxedvalue (bb)));
- ACE_DEBUG ((LM_DEBUG, "(%P|%t)Passing two integers: %s\n",
+ ACE_DEBUG ((LM_DEBUG, "(%P|%t)Passing two integers: %s\n",
tst->receive_long (p1, p2)));
ACE_DEBUG ((LM_DEBUG, "(%P|%t)Passing one integer twice: %s\n",
tst->receive_long (p1, p1)));