change log level
parent
c18387c7f8
commit
94feb0b311
|
|
@ -23,7 +23,7 @@ struct fast_blocked_queue
|
||||||
struct fast_task_info *head;
|
struct fast_task_info *head;
|
||||||
struct fast_task_info *tail;
|
struct fast_task_info *tail;
|
||||||
pthread_mutex_t lock;
|
pthread_mutex_t lock;
|
||||||
pthread_cond_t cond;
|
pthread_cond_t cond;
|
||||||
};
|
};
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
|
|
||||||
|
|
@ -129,7 +129,7 @@ int ioevent_loop(struct nio_thread_data *pThreadData,
|
||||||
clean_up_callback(pTask);
|
clean_up_callback(pTask);
|
||||||
count++;
|
count++;
|
||||||
}
|
}
|
||||||
logInfo("cleanup task count: %d", count);
|
logDebug("cleanup task count: %d", count);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (g_current_time - last_check_time > 0)
|
if (g_current_time - last_check_time > 0)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue