summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_2186_Regression/Hello.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Bug_2186_Regression/Hello.cpp')
-rw-r--r--TAO/tests/Bug_2186_Regression/Hello.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/Bug_2186_Regression/Hello.cpp b/TAO/tests/Bug_2186_Regression/Hello.cpp
index e776306b641..1795e201f6a 100644
--- a/TAO/tests/Bug_2186_Regression/Hello.cpp
+++ b/TAO/tests/Bug_2186_Regression/Hello.cpp
@@ -34,7 +34,7 @@ Hello::request_callback (Test::Hello_ptr call_me)
catch (const CORBA::Exception& ex)
{
ex._tao_print_exception (
- "Exception attempting to callback client obj ref: \n");
+ "Exception attempting to callback client obj ref:\n");
throw;
}
ACE_DEBUG ((LM_DEBUG, "(%P|%t) - Call back succeeded !!!\n"));