mirror of https://github.com/BOINC/boinc.git
- client: message tweak
svn path=/trunk/boinc/; revision=24162
This commit is contained in:
parent
f81cb82b8e
commit
be1d379f6a
|
@ -312,10 +312,10 @@ void rr_simulation() {
|
||||||
pbest = rpbest->project;
|
pbest = rpbest->project;
|
||||||
if (log_flags.rr_simulation) {
|
if (log_flags.rr_simulation) {
|
||||||
msg_printf(pbest, MSG_INFO,
|
msg_printf(pbest, MSG_INFO,
|
||||||
"[rr_sim] %.2f: %s finishes after %.2f (%.2fG/%.2fG)",
|
"[rr_sim] %.2f: %s finishes (%.2fG/%.2fG)",
|
||||||
sim_now - gstate.now,
|
sim_now - gstate.now,
|
||||||
rpbest->name, rpbest->rrsim_finish_delay,
|
rpbest->name,
|
||||||
rpbest->rrsim_flops_left/1e9, rpbest->rrsim_flops/1e9
|
rpbest->estimated_flops_remaining()/1e9, rpbest->rrsim_flops/1e9
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue