mirror of https://github.com/BOINC/boinc.git
- scheduler: compile fix
- client: don't print "Insufficient GPU" messages unless <coproc_debug> is set svn path=/trunk/boinc/; revision=23480
This commit is contained in:
parent
8757e07f4f
commit
025b31e650
|
@ -2654,3 +2654,15 @@ David 28 Apr 2011
|
|||
|
||||
client/
|
||||
acct_mgr.cpp
|
||||
|
||||
David 28 Apr 2011
|
||||
- scheduler: compile fix
|
||||
- client: don't print "Insufficient GPU" messages
|
||||
unless <coproc_debug> is set
|
||||
|
||||
client/
|
||||
cpu_sched.cpp
|
||||
html/inc/
|
||||
util.inc
|
||||
sched/
|
||||
sched_types.cpp
|
||||
|
|
|
@ -27,7 +27,6 @@ require_once("../inc/profile.inc");
|
|||
// don't allow /... at the end of URL
|
||||
|
||||
if (array_key_exists("PATH_INFO", $_SERVER)) {
|
||||
print_r($_SERVER);
|
||||
die("bad URL");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue