summaryrefslogtreecommitdiff
path: root/ACE/ace/Monitor_Control/Constraint_Interpreter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Monitor_Control/Constraint_Interpreter.cpp')
-rw-r--r--ACE/ace/Monitor_Control/Constraint_Interpreter.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ace/Monitor_Control/Constraint_Interpreter.cpp b/ACE/ace/Monitor_Control/Constraint_Interpreter.cpp
index 42a3b854a84..276c2304d31 100644
--- a/ACE/ace/Monitor_Control/Constraint_Interpreter.cpp
+++ b/ACE/ace/Monitor_Control/Constraint_Interpreter.cpp
@@ -4,7 +4,7 @@
#if defined (ACE_HAS_MONITOR_FRAMEWORK) && (ACE_HAS_MONITOR_FRAMEWORK == 1)
-#include "ace/Log_Msg.h"
+#include "ace/Log_Category.h"
#include "ace/ETCL/ETCL_Constraint.h"
@@ -39,7 +39,7 @@ namespace ACE
/// root_ is set in this base class call.
if (ETCL_Interpreter::build_tree (constraints) != 0)
{
- ACE_ERROR_RETURN ((LM_ERROR,
+ ACELIB_ERROR_RETURN ((LM_ERROR,
"Constraint_Interpreter::build_tree() - "
"ETCL_Interpreter::build_tree() failed\n"),
-1);