summaryrefslogtreecommitdiff
path: root/ace/Time_Request_Reply.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Time_Request_Reply.cpp')
-rw-r--r--ace/Time_Request_Reply.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/Time_Request_Reply.cpp b/ace/Time_Request_Reply.cpp
index 3be25049437..338f3bf909f 100644
--- a/ace/Time_Request_Reply.cpp
+++ b/ace/Time_Request_Reply.cpp
@@ -176,9 +176,9 @@ ACE_Time_Request::dump (void) const
ACE_DEBUG ((LM_DEBUG, ASYS_TEXT ("blocking forever\n")));
else
{
-#if !defined (ACE_NDEBUG)
+#if !defined (ACE_NLOGGING)
ACE_Time_Value tv = this->timeout ();
-#endif /* ! ACE_NDEBUG */
+#endif /* ! ACE_NLOGGING */
ACE_DEBUG ((LM_DEBUG, ASYS_TEXT ("waiting for %ld secs and %ld usecs\n"),
tv.sec (), tv.usec ()));
}