summaryrefslogtreecommitdiff
path: root/TAO/examples/Simple/Simple_util.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Simple/Simple_util.cpp')
-rw-r--r--TAO/examples/Simple/Simple_util.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/examples/Simple/Simple_util.cpp b/TAO/examples/Simple/Simple_util.cpp
index dc289b3bbb1..ed34fd728e9 100644
--- a/TAO/examples/Simple/Simple_util.cpp
+++ b/TAO/examples/Simple/Simple_util.cpp
@@ -242,7 +242,7 @@ Server<Servant>::register_name (const char *name)
catch (const CosNaming::NamingContext::AlreadyBound&)
{
ACE_ERROR_RETURN ((LM_ERROR,
- ACE_TEXT ("Unable to bind %C \n"),
+ ACE_TEXT ("Unable to bind %C\n"),
name),
-1);
}
@@ -387,7 +387,7 @@ Client<ServerInterface>::init (const char *name,
{
// No IOR specified. Use the Naming Service
ACE_DEBUG((LM_DEBUG,
- ACE_TEXT ("Using the Naming Service \n")));
+ ACE_TEXT ("Using the Naming Service\n")));
int retv = this->obtain_initial_references (name);
if (retv ==-1)
return -1;
@@ -417,7 +417,7 @@ Client<ServerInterface>::obtain_initial_references (const char *name)
if (naming_client_.init (orb_.in ()) != 0)
ACE_ERROR_RETURN ((LM_ERROR,
ACE_TEXT ("[CLIENT] Process/Thread Id : (%P/%t) Unable to initialize ")
- ACE_TEXT ("the TAO_Naming_Client. \n")),
+ ACE_TEXT ("the TAO_Naming_Client.\n")),
-1);
CosNaming::Name server_name (1);