mirror of https://github.com/BOINC/boinc.git
- client: removed extra msgs
svn path=/trunk/boinc/; revision=19142
This commit is contained in:
parent
5d1ff3ab39
commit
0767636c2d
|
@ -7985,3 +7985,9 @@ David 22 Sept 2009
|
|||
|
||||
client/
|
||||
cpu_sched.cpp
|
||||
|
||||
David 23 Sept 2009
|
||||
- client: removed extra msgs
|
||||
|
||||
client/
|
||||
cpu_sched.cpp
|
||||
|
|
|
@ -325,12 +325,6 @@ RESULT* first_coproc_result() {
|
|||
if (rp->project->non_cpu_intensive) continue;
|
||||
if (rp->already_selected) continue;
|
||||
if (!rp->uses_coprocs()) continue;
|
||||
if (log_flags.cpu_sched_debug) {
|
||||
msg_printf(0, MSG_INFO,
|
||||
"[cpu_sched_debug] first coproc res: %s started %d recv %f",
|
||||
rp->name, rp->not_started()?0:1, rp->received_time
|
||||
);
|
||||
}
|
||||
if (!best) {
|
||||
best = rp;
|
||||
continue;
|
||||
|
@ -354,12 +348,6 @@ RESULT* first_coproc_result() {
|
|||
}
|
||||
}
|
||||
}
|
||||
if (log_flags.cpu_sched_debug) {
|
||||
msg_printf(0, MSG_INFO,
|
||||
"[cpu_sched_debug] first coproc res: returning %s",
|
||||
best->name
|
||||
);
|
||||
}
|
||||
return best;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue