summaryrefslogtreecommitdiff
path: root/TAO/tests/MProfile_Forwarding/Servant_Locator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/MProfile_Forwarding/Servant_Locator.cpp')
-rw-r--r--TAO/tests/MProfile_Forwarding/Servant_Locator.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tests/MProfile_Forwarding/Servant_Locator.cpp b/TAO/tests/MProfile_Forwarding/Servant_Locator.cpp
index 275d0c7f0a4..4185fda90f6 100644
--- a/TAO/tests/MProfile_Forwarding/Servant_Locator.cpp
+++ b/TAO/tests/MProfile_Forwarding/Servant_Locator.cpp
@@ -49,7 +49,7 @@ Servant_Locator::preinvoke (const PortableServer::ObjectId &oid,
CORBA::String_var s = PortableServer::ObjectId_to_string (oid);
ACE_DEBUG ((LM_DEBUG,
- "The OID is <%s> \n", s.in ()));
+ "The OID is <%s>\n", s.in ()));
if (ACE_OS::strstr (s.in (), "Simple_Server") == 0)
{
throw CORBA::OBJECT_NOT_EXIST ();
@@ -60,10 +60,10 @@ Servant_Locator::preinvoke (const PortableServer::ObjectId &oid,
Simple_Server::_narrow (this->objref_.in ());
ACE_DEBUG ((LM_DEBUG,
- "Got the narrowed secondary server too... \n"));
+ "Got the narrowed secondary server too...\n"));
ACE_DEBUG ((LM_DEBUG,
- "About to throw exception.. \n"));
+ "About to throw exception..\n"));
throw PortableServer::ForwardRequest (
CORBA::Object::_duplicate (