summaryrefslogtreecommitdiff
path: root/ace/Trace.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Trace.cpp')
-rw-r--r--ace/Trace.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/Trace.cpp b/ace/Trace.cpp
index 1053a45159f..45bf0bbc52b 100644
--- a/ace/Trace.cpp
+++ b/ace/Trace.cpp
@@ -85,7 +85,7 @@ ACE_Trace::ACE_Trace (const char *n,
&& lm->trace_active () == 0)
{
lm->trace_active (1);
- ACE_DEBUG ((LM_DEBUG, "%*s(%t) calling %s in file `%s' on line %d\n",
+ ACE_DEBUG ((LM_TRACE, "%*s(%t) calling %s in file `%s' on line %d\n",
ACE_Trace::nesting_indent_ * lm->inc (),
"", this->name_, file, line));
lm->trace_active (0);
@@ -105,7 +105,7 @@ ACE_Trace::~ACE_Trace (void)
&& lm->trace_active () == 0)
{
lm->trace_active (1);
- ACE_DEBUG ((LM_DEBUG, "%*s(%t) leaving %s\n",
+ ACE_DEBUG ((LM_TRACE, "%*s(%t) leaving %s\n",
ACE_Trace::nesting_indent_ * lm->dec (),
"", this->name_));
lm->trace_active (0);