summaryrefslogtreecommitdiff
path: root/TAO/tests/Faults
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2009-02-23 08:13:54 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2009-02-23 08:13:54 +0000
commitf7f268dfb9d005db91487e13d93167d262a382c9 (patch)
treef94e0e87430c38e5ad48d4b03b94919bf58dd922 /TAO/tests/Faults
parent62004ed1d3a9203a57801a10bbf71c47b7b71dd3 (diff)
downloadATCD-f7f268dfb9d005db91487e13d93167d262a382c9.tar.gz
Mon Feb 23 08:08:15 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tests/Faults')
-rw-r--r--TAO/tests/Faults/client.cpp2
-rw-r--r--TAO/tests/Faults/test_i.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tests/Faults/client.cpp b/TAO/tests/Faults/client.cpp
index 5a9ca57dfac..6b75438f351 100644
--- a/TAO/tests/Faults/client.cpp
+++ b/TAO/tests/Faults/client.cpp
@@ -181,7 +181,7 @@ ACE_TMAIN(int argc, ACE_TCHAR *argv[])
// For other case this is expected.
if (do_self_shutdown == 0)
{
- x._tao_print_exception ("ERROR: Unexpected exception \n");
+ x._tao_print_exception ("ERROR: Unexpected exception\n");
}
}
catch (const CORBA::Exception& ex)
diff --git a/TAO/tests/Faults/test_i.cpp b/TAO/tests/Faults/test_i.cpp
index b8f5d176105..e8582c9ddeb 100644
--- a/TAO/tests/Faults/test_i.cpp
+++ b/TAO/tests/Faults/test_i.cpp
@@ -55,7 +55,7 @@ Simple_Server_i::shutdown_now (CORBA::Boolean is_clean)
{
if (is_clean == 0)
{
- ACE_DEBUG ((LM_DEBUG, "Performing catastrophic shutdown \n"));
+ ACE_DEBUG ((LM_DEBUG, "Performing catastrophic shutdown\n"));
#if defined (DIGITAL_UNIX) || defined (DEC_CXX) || defined (ACE_OPENVMS)
ACE_OS::_exit();
#else