mirror of https://github.com/BOINC/boinc.git
- client: msg tweak
svn path=/trunk/boinc/; revision=25268
This commit is contained in:
parent
58e26b9b4b
commit
c1137166af
|
@ -1732,3 +1732,9 @@ David 15 Feb 2012
|
||||||
user.inc
|
user.inc
|
||||||
user/
|
user/
|
||||||
user_search.php
|
user_search.php
|
||||||
|
|
||||||
|
David 15 Feb 2012
|
||||||
|
- client: msg tweak
|
||||||
|
|
||||||
|
client/
|
||||||
|
work_fetch.cpp
|
||||||
|
|
|
@ -528,7 +528,7 @@ void WORK_FETCH::print_state() {
|
||||||
} else {
|
} else {
|
||||||
strcpy(buf, "");
|
strcpy(buf, "");
|
||||||
}
|
}
|
||||||
msg_printf(p, MSG_INFO, "[work_fetch] REC %.3f priority %.3f%s%s%s%s%s%s",
|
msg_printf(p, MSG_INFO, "[work_fetch] REC %.3f priority %.6f%s%s%s%s%s%s",
|
||||||
p->pwf.rec,
|
p->pwf.rec,
|
||||||
p->sched_priority,
|
p->sched_priority,
|
||||||
buf,
|
buf,
|
||||||
|
|
Loading…
Reference in New Issue