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