- 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:
David Anderson 2011-04-28 22:13:13 +00:00
parent 8757e07f4f
commit 025b31e650
2 changed files with 12 additions and 1 deletions

View File

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

View File

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