*** empty log message ***

svn path=/trunk/boinc/; revision=4284
This commit is contained in:
David Anderson 2004-10-01 23:44:19 +00:00
parent 448c9ab56d
commit 0266956009
3 changed files with 11 additions and 3 deletions

View File

@ -17994,3 +17994,9 @@ David 1 Oct 2004
time_stats.h
sched/
server_types.h
David 1 Oct 2004
- "default", nor "primary", prefs
client/
cs_account.C

View File

@ -114,10 +114,10 @@ int PROJECT::parse_account(FILE* in) {
if (got_venue_prefs) {
msg_printf(this, MSG_INFO, "Using separate project prefs for %s", host_venue);
} else {
msg_printf(this, MSG_INFO, "Using your primary project prefs");
msg_printf(this, MSG_INFO, "Using your default project prefs");
}
} else {
msg_printf(this, MSG_INFO, "Using your primary project prefs");
msg_printf(this, MSG_INFO, "Using your default project prefs");
}
return 0;
}

View File

@ -9,7 +9,9 @@ using volunteer computer resources.
A paper about BOINC's design goals is here:
<a href=http://boinc.berkeley.edu/talks/madrid_03/madrid.html>HTML</a> |
<a href=boinc2.pdf>PDF</a> |
<a href=http://boinc.de/madrid_de.htm>HTML German</a>.
<a href=http://boinc.de/madrid_de.htm>HTML/German</a> |
<a href=http://www.seti-nl.org/content.php?c=boinc_berkeley_madrid>HTML/Dutch</a>
<p>
The BOINC's features fall into several areas: