mirror of https://github.com/BOINC/boinc.git
client: don't show "Resuming - CPU throttle" messages w/ cpu_sched flag
This commit is contained in:
parent
54b615c11c
commit
44793a4fcd
|
@ -1045,7 +1045,7 @@ void* throttler(void*) {
|
||||||
boinc_sleep(off);
|
boinc_sleep(off);
|
||||||
client_mutex.lock();
|
client_mutex.lock();
|
||||||
if (!gstate.tasks_suspended) {
|
if (!gstate.tasks_suspended) {
|
||||||
gstate.resume_tasks(SUSPEND_REASON_CPU_THROTTLE);
|
gstate.active_tasks.unsuspend_all();
|
||||||
}
|
}
|
||||||
gstate.tasks_throttled = false;
|
gstate.tasks_throttled = false;
|
||||||
client_mutex.unlock();
|
client_mutex.unlock();
|
||||||
|
|
Loading…
Reference in New Issue