mirror of https://github.com/BOINC/boinc.git
svn path=/trunk/boinc/; revision=19760
This commit is contained in:
parent
ac20f899b5
commit
5a1e53ec7b
|
@ -582,7 +582,7 @@ void CLIENT_STATE::adjust_debts() {
|
|||
total_short_term_debt += p->short_term_debt;
|
||||
if (log_flags.std_debug) {
|
||||
msg_printf(p, MSG_INFO,
|
||||
"[std_debug] std delta %.2f (%.2f * %.2f / %.2f)",
|
||||
"[std_debug] std delta %.2f (%.2f * %.2f - %.2f)",
|
||||
delta,
|
||||
share_frac,
|
||||
cpu_work_fetch.secs_this_debt_interval,
|
||||
|
|
Loading…
Reference in New Issue