]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Emit debugging message
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 24 May 2018 03:47:44 +0000 (09:47 +0600)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 24 May 2018 03:47:44 +0000 (09:47 +0600)
src/modules/rlm_rest/io.c

index 7a1304abc01627d8e7f201104cfe4b1845745c9f..25d0f4fc207f90e04a1490ec1e253084a327bf64 100644 (file)
@@ -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;