From cddf469260739e6b2de2f726b29020ecb0b0c774 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Wed, 26 Mar 2008 04:30:19 +0000 Subject: [PATCH] Thread log was too verbose when writing to disk --- citadel/threads.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 */ -- 2.30.2