Fix log print statement

svn path=/trunk/boinc/; revision=10190
This commit is contained in:
Bruce Allen 2006-05-24 09:22:34 +00:00
parent 2ada65c20d
commit 85a7b741fa
1 changed files with 1 additions and 1 deletions

View File

@ -303,7 +303,7 @@ lookup_user_and_make_new_host:
log_messages.printf(
SCHED_MSG_LOG::MSG_CRITICAL,
"[HOST#%d] [USER#%d] User has another host with same CPID. Marking in-progress results as errors.\n",
sreq.host.id, sreq.host.userid
host.id, host.userid
);
mark_results_aborted(host);
goto got_host;