summaryrefslogtreecommitdiff
path: root/ace/Svc_Conf_y.cpp
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-12-06 14:32:26 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-12-06 14:32:26 +0000
commitc1481543a0d2170345ca982a6c9069150bd94ad1 (patch)
tree50d442636937d9fe8ab2bcf9d1da32138f7a40d9 /ace/Svc_Conf_y.cpp
parentfd3619e0f57382844646d7b006e001ee143e6f8f (diff)
downloadATCD-c1481543a0d2170345ca982a6c9069150bd94ad1.tar.gz
use ACE_NLOGGING instead of ACE_NDEBUG
Diffstat (limited to 'ace/Svc_Conf_y.cpp')
-rw-r--r--ace/Svc_Conf_y.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/Svc_Conf_y.cpp b/ace/Svc_Conf_y.cpp
index 15b85b2ca8d..6b26098a479 100644
--- a/ace/Svc_Conf_y.cpp
+++ b/ace/Svc_Conf_y.cpp
@@ -256,9 +256,9 @@ ACE_YYSTYPE ace_yyvs[ACE_YYSTACKSIZE];
void
ace_yyerror (const char *s)
{
-#if defined (ACE_NDEBUG)
+#if defined (ACE_NLOGGING)
ACE_UNUSED_ARG (s);
-#endif /* ACE_NDEBUG */
+#endif /* ACE_NLOGGING */
ACE_ERROR ((LM_ERROR,
ASYS_TEXT ("[error %d] on line %d: %s\n"),