summaryrefslogtreecommitdiff
path: root/TAO/tao/XtResource/XtResource_Factory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/XtResource/XtResource_Factory.cpp')
-rw-r--r--TAO/tao/XtResource/XtResource_Factory.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/XtResource/XtResource_Factory.cpp b/TAO/tao/XtResource/XtResource_Factory.cpp
index 93ae7031aeb..17f3a88f604 100644
--- a/TAO/tao/XtResource/XtResource_Factory.cpp
+++ b/TAO/tao/XtResource/XtResource_Factory.cpp
@@ -21,7 +21,7 @@ namespace TAO
// synchronized by external locks
if (this->context_ == 0)
{
- ACE_ERROR ((LM_ERROR,
+ TAOLIB_ERROR ((LM_ERROR,
ACE_TEXT("TAO (%P|%t) - XtAppContext is undefined.")
ACE_TEXT(" Cannot create ACE_XtReactor\n")));
return 0;
@@ -34,7 +34,7 @@ namespace TAO
0);
if (TAO_debug_level > 0)
- ACE_DEBUG ((LM_DEBUG,
+ TAOLIB_DEBUG ((LM_DEBUG,
"TAO (%P|%t) - ACE_XtReactor created\n"));
}