From e3f77b53b402a61a3ffbff9e6ee044702df0b6d7 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Mon, 14 Dec 2009 19:42:11 +0000 Subject: [PATCH] - client: typo fix svn path=/trunk/boinc/; revision=19901 --- checkin_notes | 6 ++++++ client/cs_scheduler.cpp | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) 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 ); }