diff --git a/src/fast_blocked_queue.h b/src/fast_blocked_queue.h index d7ce068..55e7d75 100644 --- a/src/fast_blocked_queue.h +++ b/src/fast_blocked_queue.h @@ -23,7 +23,7 @@ struct fast_blocked_queue struct fast_task_info *head; struct fast_task_info *tail; pthread_mutex_t lock; - pthread_cond_t cond; + pthread_cond_t cond; }; #ifdef __cplusplus diff --git a/src/ioevent_loop.c b/src/ioevent_loop.c index ea80f7b..2a9ed9d 100644 --- a/src/ioevent_loop.c +++ b/src/ioevent_loop.c @@ -129,7 +129,7 @@ int ioevent_loop(struct nio_thread_data *pThreadData, clean_up_callback(pTask); count++; } - logInfo("cleanup task count: %d", count); + logDebug("cleanup task count: %d", count); } if (g_current_time - last_check_time > 0)