- client: message tweak

svn path=/trunk/boinc/; revision=17313
This commit is contained in:
David Anderson 2009-02-19 21:51:13 +00:00
parent 9e9a0effeb
commit ddb3d902c6
1 changed files with 3 additions and 0 deletions

View File

@ -201,6 +201,9 @@ void RSC_WORK_FETCH::print_state(char* name) {
void WORK_FETCH::print_state() {
msg_printf(0, MSG_INFO, "[wfd] ------- start work fetch state -------");
msg_printf(0, MSG_INFO, "[wfd] target work buffer: %.2f sec",
gstate.work_buf_total()
);
cpu_work_fetch.print_state("CPU");
if (coproc_cuda) {
cuda_work_fetch.print_state("CUDA");