[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[libmicrohttpd] 02/03: daemon: unified check for debug macros
From: |
gnunet |
Subject: |
[libmicrohttpd] 02/03: daemon: unified check for debug macros |
Date: |
Wed, 13 Sep 2023 16:12:05 +0200 |
This is an automated email from the git hooks/post-receive script.
karlson2k pushed a commit to branch master
in repository libmicrohttpd.
commit bb80be696b35627dbb03c7689ca1300979b7b702
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Wed Sep 13 17:11:28 2023 +0300
daemon: unified check for debug macros
---
src/microhttpd/daemon.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/microhttpd/daemon.c b/src/microhttpd/daemon.c
index 23f06baa..209a6f86 100644
--- a/src/microhttpd/daemon.c
+++ b/src/microhttpd/daemon.c
@@ -7264,12 +7264,12 @@ MHD_start_daemon_va (unsigned int flags,
|| (NULL != daemon->notify_connection)) )
*pflags |= MHD_USE_ITC; /* requires ITC */
-#ifndef NDEBUG
+#ifdef _DEBUG
#ifdef HAVE_MESSAGES
MHD_DLOG (daemon,
_ ("Using debug build of libmicrohttpd.\n") );
#endif /* HAVE_MESSAGES */
-#endif /* ! NDEBUG */
+#endif /* _DEBUG */
if ( (0 != (*pflags & MHD_USE_ITC))
#if defined(MHD_USE_POSIX_THREADS) || defined(MHD_USE_W32_THREADS)
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.