From 474299d7788e0dc9ec1014ac53ce1cec1413d755 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Fri, 28 Aug 2009 20:28:42 +0000 Subject: [PATCH] - client: fix work fetch log message for ATI GPU svn path=/trunk/boinc/; revision=18939 --- checkin_notes | 6 ++++++ client/work_fetch.cpp | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/checkin_notes b/checkin_notes index 4b8432de11..7a37020cbd 100644 --- a/checkin_notes +++ b/checkin_notes @@ -7287,3 +7287,9 @@ David 28 Aug 2009 tools/ appmgr (new) pymw_setup (removed) + +David 28 Aug 2009 + - client: fix work fetch log message for ATI GPU + + client/ + work_fetch.cpp diff --git a/client/work_fetch.cpp b/client/work_fetch.cpp index 1521a4f1ed..6eff2c6c6b 100644 --- a/client/work_fetch.cpp +++ b/client/work_fetch.cpp @@ -351,7 +351,7 @@ void WORK_FETCH::print_state() { cuda_work_fetch.print_state("NVIDIA GPU"); } if (coproc_ati) { - cuda_work_fetch.print_state("ATI GPU"); + api_work_fetch.print_state("ATI GPU"); } for (unsigned int i=0; i