mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=1704
This commit is contained in:
parent
4c2f85fb77
commit
f16f402989
|
@ -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
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue