summaryrefslogtreecommitdiff
path: root/TAO/tests/Oneways_Invoking_Twoways/Receiver_i.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Oneways_Invoking_Twoways/Receiver_i.cpp')
-rw-r--r--TAO/tests/Oneways_Invoking_Twoways/Receiver_i.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tests/Oneways_Invoking_Twoways/Receiver_i.cpp b/TAO/tests/Oneways_Invoking_Twoways/Receiver_i.cpp
index 14c19f52bc4..6646e95283c 100644
--- a/TAO/tests/Oneways_Invoking_Twoways/Receiver_i.cpp
+++ b/TAO/tests/Oneways_Invoking_Twoways/Receiver_i.cpp
@@ -22,7 +22,7 @@ CORBA::Long
Receiver_i::receive_call (void)
{
ACE_DEBUG ((LM_DEBUG,
- "(%P|%t) Doing a ping... \n"));
+ "(%P|%t) Doing a ping...\n"));
this->sender_->ping ();
@@ -39,6 +39,6 @@ void
Receiver_i::shutdown (void)
{
ACE_DEBUG ((LM_DEBUG,
- "(%P|%t) About to invoke shudown... \n"));
+ "(%P|%t) About to invoke shudown...\n"));
this->orb_->shutdown (0);
}