summaryrefslogtreecommitdiff
path: root/TAO/tao/Strategies/COIOP_Profile.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Strategies/COIOP_Profile.cpp')
-rw-r--r--TAO/tao/Strategies/COIOP_Profile.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/Strategies/COIOP_Profile.cpp b/TAO/tao/Strategies/COIOP_Profile.cpp
index b2c075c2426..e45c29db741 100644
--- a/TAO/tao/Strategies/COIOP_Profile.cpp
+++ b/TAO/tao/Strategies/COIOP_Profile.cpp
@@ -78,7 +78,7 @@ TAO_COIOP_Profile::decode_profile (TAO_InputCDR& cdr)
if (cdr.read_string (uuid.out ()) == 0)
{
if (TAO_debug_level > 0)
- ACE_DEBUG ((LM_DEBUG,
+ TAOLIB_DEBUG ((LM_DEBUG,
ACE_TEXT ("TAO (%P|%t) COIOP_Profile::decode - ")
ACE_TEXT ("error while uuid")));
return -1;
@@ -264,7 +264,7 @@ TAO_COIOP_Profile::create_profile_body (TAO_OutputCDR &encap) const
encap << this->ref_object_key_->object_key ();
else
{
- ACE_ERROR ((LM_ERROR,
+ TAOLIB_ERROR ((LM_ERROR,
"(%P|%t) TAO - COIOP_Profile::create_profile_body "
"no object key marshalled\n"));
}