mirror of https://github.com/BOINC/boinc.git
Performance Improvements
svn path=/trunk/boinc/; revision=3793
This commit is contained in:
parent
aa5640f9d7
commit
4d2f4040cc
|
@ -482,9 +482,9 @@ int handle_results(
|
|||
if (retval) {
|
||||
log_messages.printf(
|
||||
SCHED_MSG_LOG::CRITICAL,
|
||||
"[HOST#%d] [RESULT#%d %s] can't update [WU#%d %s]\n",
|
||||
"[HOST#%d] [RESULT#%d %s] can't update [WU#%d]\n",
|
||||
reply.host.id, result_handler.results[i].id, result_handler.results[i].name,
|
||||
result_handler.results[i].workunitid, wu.name
|
||||
result_handler.results[i].workunitid
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue