diff --git a/checkin_notes b/checkin_notes index 0f402859ea..2d73b6e74e 100755 --- a/checkin_notes +++ b/checkin_notes @@ -8861,3 +8861,9 @@ Rom 15 Aug 2006 lib/ miofile.C +Bruce 15 Aug 2006 + - scheduler: improved message to client for clarity + + sched/ + sched_locality.C + diff --git a/sched/sched_locality.C b/sched/sched_locality.C index 5bd97fea23..a7f96d16e5 100644 --- a/sched/sched_locality.C +++ b/sched/sched_locality.C @@ -304,7 +304,7 @@ static int possibly_send_result( if (retval==ERR_NO_APP_VERSION && !strcmp("anonymous", platform.name)) { char help_msg_buf[512]; - sprintf(help_msg_buf, "To get more %s work, stop BOINC, remove app_info.xml file, and restart.", config.long_name); + sprintf(help_msg_buf, "To get more %s work, finish current work, stop BOINC, remove app_info.xml file, and restart.", config.long_name); USER_MESSAGE um(help_msg_buf, "high"); reply.insert_message(um); reply.set_delay(4*3600);