summaryrefslogtreecommitdiff
path: root/TAO/tests/MProfile/test_i.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/MProfile/test_i.cpp')
-rw-r--r--TAO/tests/MProfile/test_i.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/MProfile/test_i.cpp b/TAO/tests/MProfile/test_i.cpp
index 6c4ccf90aef..b3f4772e9fa 100644
--- a/TAO/tests/MProfile/test_i.cpp
+++ b/TAO/tests/MProfile/test_i.cpp
@@ -20,7 +20,7 @@ CORBA::Long
Simple_Server_i::remote_call (void)
{
ACE_DEBUG ((LM_DEBUG,
- "Print out from process id (%P) hosting the servant \n"));
+ "Print out from process id (%P) hosting the servant\n"));
return this->val_++;
}