summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/FaultTolerance/IOGR
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/FaultTolerance/IOGR')
-rw-r--r--TAO/orbsvcs/tests/FaultTolerance/IOGR/Manager.cpp2
-rw-r--r--TAO/orbsvcs/tests/FaultTolerance/IOGR/test_i.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/tests/FaultTolerance/IOGR/Manager.cpp b/TAO/orbsvcs/tests/FaultTolerance/IOGR/Manager.cpp
index f2fe0c0d661..7083f81daae 100644
--- a/TAO/orbsvcs/tests/FaultTolerance/IOGR/Manager.cpp
+++ b/TAO/orbsvcs/tests/FaultTolerance/IOGR/Manager.cpp
@@ -199,7 +199,7 @@ Manager::run (void)
catch (const CORBA::Exception&)
{
ACE_ERROR_RETURN ((LM_DEBUG,
- "Error in run \n"),
+ "Error in run\n"),
-1);
}
diff --git a/TAO/orbsvcs/tests/FaultTolerance/IOGR/test_i.cpp b/TAO/orbsvcs/tests/FaultTolerance/IOGR/test_i.cpp
index 8754b8bacb0..65f59b5c21d 100644
--- a/TAO/orbsvcs/tests/FaultTolerance/IOGR/test_i.cpp
+++ b/TAO/orbsvcs/tests/FaultTolerance/IOGR/test_i.cpp
@@ -23,7 +23,7 @@ void
Simple_Server_i::remote_call (void)
{
ACE_DEBUG ((LM_DEBUG,
- ACE_TEXT ("Print out from process id (%P) hosting the servant \n")));
+ ACE_TEXT ("Print out from process id (%P) hosting the servant\n")));
return;
}