From ddb3d902c6a78a000a491be287f9cf2f53d97632 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Thu, 19 Feb 2009 21:51:13 +0000 Subject: [PATCH] - client: message tweak svn path=/trunk/boinc/; revision=17313 --- client/work_fetch.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/client/work_fetch.cpp b/client/work_fetch.cpp index 9a8de24b42..dc549b4a28 100644 --- a/client/work_fetch.cpp +++ b/client/work_fetch.cpp @@ -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");