- client: fix work fetch log message for ATI GPU

svn path=/trunk/boinc/; revision=18939
This commit is contained in:
David Anderson 2009-08-28 20:28:42 +00:00
parent 3f9f76f5c2
commit 474299d778
2 changed files with 7 additions and 1 deletions

View File

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

View File

@ -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<gstate.projects.size(); i++) {
PROJECT* p = gstate.projects[i];