summaryrefslogtreecommitdiff
path: root/TAO/tao/IIOP_Profile.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/IIOP_Profile.cpp')
-rw-r--r--TAO/tao/IIOP_Profile.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/IIOP_Profile.cpp b/TAO/tao/IIOP_Profile.cpp
index f9f74e78923..560b82cf256 100644
--- a/TAO/tao/IIOP_Profile.cpp
+++ b/TAO/tao/IIOP_Profile.cpp
@@ -92,7 +92,7 @@ TAO_IIOP_Profile::decode_profile (TAO_InputCDR& cdr)
if (TAO_debug_level > 0)
ACE_DEBUG ((LM_DEBUG,
ACE_TEXT ("TAO (%P|%t) IIOP_Profile::decode - ")
- ACE_TEXT ("error while decoding host/port")));
+ ACE_TEXT ("error while decoding host/port\n")));
return -1;
}
@@ -366,7 +366,7 @@ TAO_IIOP_Profile::create_profile_body (TAO_OutputCDR &encap) const
else
{
ACE_ERROR ((LM_ERROR,
- "(%P|%t) TAO - IIOP_Profile::create_profile_body ",
+ "(%P|%t) TAO - IIOP_Profile::create_profile_body "
"no object key marshalled \n"));
}