]> code.citadel.org Git - citadel.git/blobdiff - citadel/threads.c
Thread log was too verbose when writing to disk
[citadel.git] / citadel / threads.c
index 7af9879e6368acc76d2d2281316d7553c942e917..a1497d98c35907ce25c6198f95a1ec9e407cb146 100644 (file)
@@ -626,9 +626,9 @@ void CtdlThreadGC (void)
        if(num_threads == 1)
                CtdlThreadList->state = CTDL_THREAD_EXITED;
        
-// #ifdef WITH_THREADLOG
+#ifdef WITH_THREADLOG
        CtdlLogPrintf(CTDL_DEBUG, "Thread system running garbage collection.\n");
-// #endif
+#endif
        /*
         * Woke up to do garbage collection
         */