*** empty log message ***

svn path=/trunk/boinc/; revision=1704
This commit is contained in:
Karl Chen 2003-07-17 00:15:10 +00:00
parent 4c2f85fb77
commit f16f402989
1 changed files with 2 additions and 2 deletions

View File

@ -224,8 +224,8 @@ void handle_wu(DB_WORKUNIT& wu) {
result.granted_credit = credit;
log_messages.printf(
SchedMessages::NORMAL,
"[%s] Granted %f credit to valid result\n",
result.name, result.granted_credit
"[%s] Granted %f credit to valid result [HOST#%d]\n",
result.name, result.granted_credit, result.hostid
);
}