- client: typo fix

svn path=/trunk/boinc/; revision=19901
This commit is contained in:
David Anderson 2009-12-14 19:42:11 +00:00
parent 92294d06e7
commit e3f77b53b4
2 changed files with 8 additions and 2 deletions

View File

@ -10070,3 +10070,9 @@ David 14 Dec 2009
sandbox.h
lib/
filesys.h
David 14 Dec 2009
- client: typo fix
client/
cs_scheduler.cpp

View File

@ -854,13 +854,13 @@ int CLIENT_STATE::handle_scheduler_reply(PROJECT* project, char* scheduler_url)
);
if (coproc_cuda) {
msg_printf(project, MSG_INFO,
"[sched_op_debug] estimated total NVIDIA CPU job duration: %.0f seconds",
"[sched_op_debug] estimated total NVIDIA GPU job duration: %.0f seconds",
est_cuda_duration
);
}
if (coproc_ati) {
msg_printf(project, MSG_INFO,
"[sched_op_debug] estimated total ATI CPU job duration: %.0f seconds",
"[sched_op_debug] estimated total ATI GPU job duration: %.0f seconds",
est_ati_duration
);
}