summaryrefslogtreecommitdiff
path: root/TAO/tests/Hang_Shutdown/server.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Hang_Shutdown/server.cpp')
-rw-r--r--TAO/tests/Hang_Shutdown/server.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/Hang_Shutdown/server.cpp b/TAO/tests/Hang_Shutdown/server.cpp
index d4bc9d0acfb..0c0f71a19b0 100644
--- a/TAO/tests/Hang_Shutdown/server.cpp
+++ b/TAO/tests/Hang_Shutdown/server.cpp
@@ -74,7 +74,7 @@ namespace Test
}
catch (const CORBA::Exception& ex)
{
- ex._tao_print_exception ("Caught CORBA exception \n");
+ ex._tao_print_exception ("Caught CORBA exception\n");
return -1;
}