svn path=/trunk/boinc/; revision=19760

This commit is contained in:
David Anderson 2009-12-01 20:32:34 +00:00
parent ac20f899b5
commit 5a1e53ec7b
1 changed files with 1 additions and 1 deletions

View File

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