mirror of https://github.com/BOINC/boinc.git
svn path=/trunk/boinc/; revision=25266
This commit is contained in:
parent
68ac56c716
commit
4435172b42
|
@ -528,7 +528,7 @@ void WORK_FETCH::print_state() {
|
|||
} else {
|
||||
strcpy(buf, "");
|
||||
}
|
||||
msg_printf(p, MSG_INFO, "[work_fetch] REC %f priority %f%s%s%s%s%s%s",
|
||||
msg_printf(p, MSG_INFO, "[work_fetch] REC %.3f priority %.3f%s%s%s%s%s%s",
|
||||
p->pwf.rec,
|
||||
p->sched_priority,
|
||||
buf,
|
||||
|
|
Loading…
Reference in New Issue