change log level
parent
c18387c7f8
commit
94feb0b311
|
|
@ -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