summaryrefslogtreecommitdiff
path: root/TAO/tests/OBV/Truncatable/client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/OBV/Truncatable/client.cpp')
-rw-r--r--TAO/tests/OBV/Truncatable/client.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tests/OBV/Truncatable/client.cpp b/TAO/tests/OBV/Truncatable/client.cpp
index a9e9359b692..2bc631f9667 100644
--- a/TAO/tests/OBV/Truncatable/client.cpp
+++ b/TAO/tests/OBV/Truncatable/client.cpp
@@ -475,7 +475,7 @@ ACE_TMAIN(int argc, ACE_TCHAR *argv[])
ACE_TEXT ("passed") : ACE_TEXT ("failed")));
}
- ACE_DEBUG ((LM_DEBUG, "(%P|%t) client - shutdown orb \n"));
+ ACE_DEBUG ((LM_DEBUG, "(%P|%t) client - shutdown orb\n"));
test->shutdown ();
@@ -484,11 +484,11 @@ ACE_TMAIN(int argc, ACE_TCHAR *argv[])
if (fail)
{
- ACE_ERROR ((LM_ERROR, "(%P|%t) client: test failed \n"));
+ ACE_ERROR ((LM_ERROR, "(%P|%t) client: test failed\n"));
return 1;
}
else
- ACE_DEBUG((LM_DEBUG, "(%P|%t) client: test passed \n"));
+ ACE_DEBUG((LM_DEBUG, "(%P|%t) client: test passed\n"));
}
catch (const CORBA::Exception& ex)
{