summaryrefslogtreecommitdiff
path: root/ace/Svc_Conf.y
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
parentfd3619e0f57382844646d7b006e001ee143e6f8f (diff)
downloadATCD-c1481543a0d2170345ca982a6c9069150bd94ad1.tar.gz
use ACE_NLOGGING instead of ACE_NDEBUG
Diffstat (limited to 'ace/Svc_Conf.y')
-rw-r--r--ace/Svc_Conf.y4
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/Svc_Conf.y b/ace/Svc_Conf.y
index d7a279025c9..3db61bf08e8 100644
--- a/ace/Svc_Conf.y
+++ b/ace/Svc_Conf.y
@@ -310,9 +310,9 @@ pathname
void
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"),