- client: msg tweak

svn path=/trunk/boinc/; revision=25268
This commit is contained in:
David Anderson 2012-02-15 19:56:02 +00:00
parent 58e26b9b4b
commit c1137166af
2 changed files with 7 additions and 1 deletions

View File

@ -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

View File

@ -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,