client: fix compiler warning (too few args for print format)

svn path=/trunk/boinc/; revision=18812
This commit is contained in:
Charlie Fenton 2009-08-04 05:51:40 +00:00
parent 4fe50b4e74
commit ebcc5eb04f
1 changed files with 2 additions and 1 deletions

View File

@ -165,7 +165,8 @@ static void coproc_cmdline(
);
} else {
msg_printf(atp->result->project, MSG_INFO,
"coproc %d (devnum %d) not in use"
"coproc %d (devnum %d) not in use",
j, coproc->device_nums[j]
);
}
}