summaryrefslogtreecommitdiff
path: root/TAO/tests/BiDirectional/test_i.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/BiDirectional/test_i.cpp')
-rw-r--r--TAO/tests/BiDirectional/test_i.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/BiDirectional/test_i.cpp b/TAO/tests/BiDirectional/test_i.cpp
index a5679c92250..1759a635cfc 100644
--- a/TAO/tests/BiDirectional/test_i.cpp
+++ b/TAO/tests/BiDirectional/test_i.cpp
@@ -24,7 +24,7 @@ void
Callback_i::callback_method ( /**/)
{
if (TAO_debug_level > 0)
- ACE_DEBUG ((LM_DEBUG, "Callback method called \n"));
+ ACE_DEBUG ((LM_DEBUG, "Callback method called\n"));
}