*** empty log message ***

svn path=/trunk/boinc/; revision=3794
This commit is contained in:
David Anderson 2004-07-06 18:43:19 +00:00
parent 4d2f4040cc
commit 50c39603f0
2 changed files with 3 additions and 2 deletions

View File

@ -512,7 +512,7 @@ bool CLIENT_STATE::scheduler_rpc_poll() {
if (nactive_results < host_info.p_ncpus) {
msg_printf(NULL, MSG_INFO, "Fewer active results than CPUs; requesting more work");
} 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();
scheduler_op->init_get_work();

View File

@ -356,7 +356,8 @@ mark_validated:
if (retval) {
log_messages.printf(
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);
);
}
}