summaryrefslogtreecommitdiff
path: root/TAO/tao/Object_Ref_Table.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Object_Ref_Table.cpp')
-rw-r--r--TAO/tao/Object_Ref_Table.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/Object_Ref_Table.cpp b/TAO/tao/Object_Ref_Table.cpp
index 27140875d7d..ff6a399f1cb 100644
--- a/TAO/tao/Object_Ref_Table.cpp
+++ b/TAO/tao/Object_Ref_Table.cpp
@@ -50,7 +50,7 @@ TAO_Object_Ref_Table::unregister_initial_reference (
{
if (TAO_debug_level > 1)
{
- ACE_ERROR ((LM_ERROR,
+ TAOLIB_ERROR ((LM_ERROR,
ACE_TEXT ("(%P|%t) Object_Ref_Table::bind_i: ")
ACE_TEXT ("Could not unregister object <%C> ")
ACE_TEXT ("from the ORB\n"),
@@ -84,7 +84,7 @@ TAO_Object_Ref_Table::bind_i (const char *id, CORBA::Object_ptr obj)
{
if (TAO_debug_level > 1)
{
- ACE_ERROR ((LM_ERROR,
+ TAOLIB_ERROR ((LM_ERROR,
ACE_TEXT ("(%P|%t) Object_Ref_Table::bind_i: ")
ACE_TEXT ("Could not register duplicate object <%C> ")
ACE_TEXT ("with the ORB\n"),