mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=3794
This commit is contained in:
parent
4d2f4040cc
commit
50c39603f0
|
@ -512,7 +512,7 @@ bool CLIENT_STATE::scheduler_rpc_poll() {
|
||||||
if (nactive_results < host_info.p_ncpus) {
|
if (nactive_results < host_info.p_ncpus) {
|
||||||
msg_printf(NULL, MSG_INFO, "Fewer active results than CPUs; requesting more work");
|
msg_printf(NULL, MSG_INFO, "Fewer active results than CPUs; requesting more work");
|
||||||
} else {
|
} else {
|
||||||
msg_printf(NULL, MSG_INFO, "Cache low-water mark hit; requesting more work");
|
msg_printf(NULL, MSG_INFO, "Min work level reached: requesting more work");
|
||||||
}
|
}
|
||||||
compute_resource_debts();
|
compute_resource_debts();
|
||||||
scheduler_op->init_get_work();
|
scheduler_op->init_get_work();
|
||||||
|
|
|
@ -356,7 +356,8 @@ mark_validated:
|
||||||
if (retval) {
|
if (retval) {
|
||||||
log_messages.printf(
|
log_messages.printf(
|
||||||
SCHED_MSG_LOG::CRITICAL,
|
SCHED_MSG_LOG::CRITICAL,
|
||||||
"[WU#%d %s] wu.update() failed: %d\n", wu.id, wu.name, retval
|
"[WU#%d %s] wu.update() failed: %d; exiting\n", wu.id, wu.name, retval
|
||||||
|
exit(1);
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue