client: don't show "Resuming - CPU throttle" messages w/ cpu_sched flag

This commit is contained in:
David Anderson 2013-11-21 13:55:06 -08:00
parent 54b615c11c
commit 44793a4fcd
1 changed files with 1 additions and 1 deletions

View File

@ -1045,7 +1045,7 @@ void* throttler(void*) {
boinc_sleep(off);
client_mutex.lock();
if (!gstate.tasks_suspended) {
gstate.resume_tasks(SUSPEND_REASON_CPU_THROTTLE);
gstate.active_tasks.unsuspend_all();
}
gstate.tasks_throttled = false;
client_mutex.unlock();