mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=1849
This commit is contained in:
parent
cedbb1d5b0
commit
cf3a6987d7
|
@ -5409,10 +5409,13 @@ Karl 2003/07/27
|
||||||
sched/timeout_check.C
|
sched/timeout_check.C
|
||||||
|
|
||||||
Karl 2003/07/28
|
Karl 2003/07/28
|
||||||
- fixed "work between X:00 and Y:00" bug
|
- fixed "work between X:00 and Y:00" prefs/xml bug
|
||||||
- added idle_time_to_run and run_if_user_active checking
|
- added idle_time_to_run and run_if_user_active checking
|
||||||
- changed country "none" to "none or international"
|
- changed country "none" to "none or international"
|
||||||
- show "Suspended" in GUI if suspended. Preliminary work to cleanup files,transfers
|
- show "Suspended" in GUI if suspended. Preliminary work to cleanup
|
||||||
|
files,transfers
|
||||||
|
- fixed "platform '%s' not found" not found \n bug
|
||||||
|
|
||||||
html_user/*
|
html_user/*
|
||||||
client/*
|
client/*
|
||||||
|
sched/*
|
||||||
|
|
|
@ -784,7 +784,7 @@ void process_request(
|
||||||
//
|
//
|
||||||
platform = ss.lookup_platform(sreq.platform_name);
|
platform = ss.lookup_platform(sreq.platform_name);
|
||||||
if (!platform) {
|
if (!platform) {
|
||||||
sprintf(reply.message, "platform '%s' not found\n", sreq.platform_name);
|
sprintf(reply.message, "platform '%s' not found", sreq.platform_name);
|
||||||
strcpy(reply.message_priority, "low");
|
strcpy(reply.message_priority, "low");
|
||||||
log_messages.printf(
|
log_messages.printf(
|
||||||
SchedMessages::CRITICAL, "[HOST#%d] platform '%s' not found\n",
|
SchedMessages::CRITICAL, "[HOST#%d] platform '%s' not found\n",
|
||||||
|
|
Loading…
Reference in New Issue