]> mj.ucw.cz Git - libucw.git/blobdiff - lib/mainloop.c
Added tests for the hash table module.
[libucw.git] / lib / mainloop.c
index c83c9262f0149951a70f46750b2c80ee18c8cb56..4f3766d063675a8f464180bbe1b0809da7987527 100644 (file)
@@ -278,7 +278,7 @@ process_fork(struct main_process *mp)
 void
 main_debug(void)
 {
-#ifdef DEBUG
+#ifdef CONFIG_DEBUG
   log(L_DEBUG, "### Main loop status on %d", (int)now);
   log(L_DEBUG, "\tActive timers:");
   struct main_timer *tm;