*** empty log message ***

svn path=/trunk/boinc/; revision=12239
This commit is contained in:
Charlie Fenton 2007-03-16 04:00:59 +00:00
parent 5be9206805
commit 31ef37b4cd
1 changed files with 2 additions and 2 deletions

View File

@ -254,8 +254,8 @@ void CLIENT_STATE::adjust_debts() {
if (wall_cpu_time > global_prefs.cpu_scheduling_period_minutes*60*2) {
if (log_flags.debt_debug) {
msg_printf(NULL, MSG_INFO,
"[debt_debug] adjust_debt: elapsed time (%f min) longer than sched period (%f min). Ignoring this period.",
wall_cpu_time/60, global_prefs.cpu_scheduling_period_minutes
"[debt_debug] adjust_debt: elapsed time (%d min) longer than sched period (%d min). Ignoring this period.",
(int)(wall_cpu_time/60), (int)global_prefs.cpu_scheduling_period_minutes
);
}
reset_debt_accounting();