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 16f8c9af79c..8740dbd7c63 100644
--- a/ace/Trace.cpp
+++ b/ace/Trace.cpp
@@ -84,10 +84,10 @@ ACE_Trace::ACE_Trace (const ASYS_TCHAR *n,
int line,
const ASYS_TCHAR *file)
{
-#if defined (ACE_NDEBUG)
+#if defined (ACE_NLOGGING)
ACE_UNUSED_ARG (line);
ACE_UNUSED_ARG (file);
-#endif /* ACE_NDEBUG */
+#endif /* ACE_NLOGGING */
this->name_ = n;