summaryrefslogtreecommitdiff
path: root/TAO/tests/Portable_Interceptors/Collocated/Service_Context_Manipulation/interceptors.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Portable_Interceptors/Collocated/Service_Context_Manipulation/interceptors.cpp')
-rw-r--r--TAO/tests/Portable_Interceptors/Collocated/Service_Context_Manipulation/interceptors.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tests/Portable_Interceptors/Collocated/Service_Context_Manipulation/interceptors.cpp b/TAO/tests/Portable_Interceptors/Collocated/Service_Context_Manipulation/interceptors.cpp
index 45e2319b7fa..430eec2ee3d 100644
--- a/TAO/tests/Portable_Interceptors/Collocated/Service_Context_Manipulation/interceptors.cpp
+++ b/TAO/tests/Portable_Interceptors/Collocated/Service_Context_Manipulation/interceptors.cpp
@@ -170,7 +170,7 @@ Echo_Client_Request_Interceptor::receive_reply (
catch (const CORBA::BAD_PARAM&)
{
ACE_ERROR ((LM_ERROR,
- "ERROR: Service Context Error \n"));
+ "ERROR: Service Context Error\n"));
}
}
@@ -247,7 +247,7 @@ Echo_Client_Request_Interceptor::receive_exception (
catch (const CORBA::BAD_PARAM&)
{
ACE_ERROR ((LM_ERROR,
- "ERROR: Service Context Error \n"));
+ "ERROR: Service Context Error\n"));
}
}