diff --git a/checkin_notes b/checkin_notes index 2526517660..baa089a62d 100644 --- a/checkin_notes +++ b/checkin_notes @@ -10070,3 +10070,9 @@ David 14 Dec 2009 sandbox.h lib/ filesys.h + +David 14 Dec 2009 + - client: typo fix + + client/ + cs_scheduler.cpp diff --git a/client/cs_scheduler.cpp b/client/cs_scheduler.cpp index 2c4787dad4..90d47d0e7d 100644 --- a/client/cs_scheduler.cpp +++ b/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 ); }