scheduler: improved message to client for clarity

svn path=/trunk/boinc/; revision=10923
This commit is contained in:
Bruce Allen 2006-08-15 19:21:45 +00:00
parent d1f390792b
commit 5c5f76a8a4
2 changed files with 7 additions and 1 deletions

View File

@ -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

View File

@ -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);