mirror of https://github.com/BOINC/boinc.git
- client: typo fix
svn path=/trunk/boinc/; revision=19901
This commit is contained in:
parent
92294d06e7
commit
e3f77b53b4
|
@ -10070,3 +10070,9 @@ David 14 Dec 2009
|
|||
sandbox.h
|
||||
lib/
|
||||
filesys.h
|
||||
|
||||
David 14 Dec 2009
|
||||
- client: typo fix
|
||||
|
||||
client/
|
||||
cs_scheduler.cpp
|
||||
|
|
|
@ -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
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue