mirror of https://github.com/BOINC/boinc.git
client: fix compiler warning (too few args for print format)
svn path=/trunk/boinc/; revision=18812
This commit is contained in:
parent
4fe50b4e74
commit
ebcc5eb04f
|
@ -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]
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue