From: Art Cancro Date: Wed, 26 Mar 2008 04:30:19 +0000 (+0000) Subject: Thread log was too verbose when writing to disk X-Git-Tag: v7.86~2383 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=cddf469260739e6b2de2f726b29020ecb0b0c774 Thread log was too verbose when writing to disk --- diff --git a/citadel/threads.c b/citadel/threads.c index 7af9879e6..a1497d98c 100644 --- a/citadel/threads.c +++ b/citadel/threads.c @@ -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 */