change log level

pull/5/head
yuqing 2016-01-26 21:53:25 +08:00
parent c18387c7f8
commit 94feb0b311
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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)