- client: fix error in GPU confirm message (it always said 0)

svn path=/trunk/boinc/; revision=21568
This commit is contained in:
David Anderson 2010-05-18 20:21:14 +00:00
parent 28fb7e7889
commit eeee6ed228
2 changed files with 7 additions and 1 deletions

View File

@ -3739,3 +3739,9 @@ David 18 May 2010
client/
sim.cpp,h
sim_util.cpp
David 18 May 2010
- client: fix error in GPU confirm message (it always said 0)
client/
cpu_sched.cpp

View File

@ -1012,7 +1012,7 @@ static inline void confirm_current_assignment(
if (log_flags.coproc_debug) {
msg_printf(rp->project, MSG_INFO,
"[coproc] %s instance %d: confirming for %s",
cp->type, i, rp->name
cp->type, j, rp->name
);
}
cp->available_ram[j] -= rp->avp->gpu_ram;