From: Arran Cudbard-Bell Date: Thu, 24 May 2018 03:47:44 +0000 (+0600) Subject: Emit debugging message X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b924366dc868fa512caae0a95add03a5e01aebf6;p=thirdparty%2Ffreeradius-server.git Emit debugging message --- diff --git a/src/modules/rlm_rest/io.c b/src/modules/rlm_rest/io.c index 7a1304abc01..25d0f4fc207 100644 --- a/src/modules/rlm_rest/io.c +++ b/src/modules/rlm_rest/io.c @@ -90,7 +90,7 @@ static inline void _rest_io_demux(rlm_rest_thread_t *thread, CURLM *mandle) } default: -#if 0 +#ifndef NDEBUG DEBUG4("Got unknown msg (%i) when dequeueing curl responses", msg_queued); #endif break;