Performance Improvements

svn path=/trunk/boinc/; revision=3793
This commit is contained in:
Rom Walton 2004-07-06 18:34:16 +00:00
parent aa5640f9d7
commit 4d2f4040cc
1 changed files with 2 additions and 2 deletions

View File

@ -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
);
}
}