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

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