mirror of https://github.com/BOINC/boinc.git
client: fix compiler warning.
svn path=/trunk/boinc/; revision=16615
This commit is contained in:
parent
ea0146d154
commit
6d18e79466
|
@ -9827,3 +9827,9 @@ David 3 Dec 2008
|
||||||
client/
|
client/
|
||||||
rr_sim.cpp
|
rr_sim.cpp
|
||||||
work_fetch.cpp
|
work_fetch.cpp
|
||||||
|
|
||||||
|
Charlie 3 Dec 2008
|
||||||
|
- client: fix compiler warning.
|
||||||
|
|
||||||
|
client/
|
||||||
|
rr_sim.cpp
|
||||||
|
|
|
@ -363,7 +363,7 @@ void CLIENT_STATE::rr_simulation() {
|
||||||
if (log_flags.rr_simulation) {
|
if (log_flags.rr_simulation) {
|
||||||
msg_printf(p, MSG_INFO,
|
msg_printf(p, MSG_INFO,
|
||||||
"[rr_sim] npending %d last ncpus %f cpu share %f",
|
"[rr_sim] npending %d last ncpus %f cpu share %f",
|
||||||
p->rr_sim_status.pending.size(), p->rr_sim_status.active_ncpus, proj_cpu_share
|
(int)p->rr_sim_status.pending.size(), p->rr_sim_status.active_ncpus, proj_cpu_share
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
if (nidle_cpus > 0) {
|
if (nidle_cpus > 0) {
|
||||||
|
|
Loading…
Reference in New Issue