X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=engines%2Fcpu.c;h=c89a4c9e26c75fcb5c022e50735c2fc057d41601;hp=f65f91d9e0f988e17e7d426bdde81f778a7bf14b;hb=b2560f3ca4677e2908fc4111f4d04fae5df3b229;hpb=f8fe35e8c9e88dd681ea151251d75f6116a958b4 diff --git a/engines/cpu.c b/engines/cpu.c index f65f91d9..c89a4c9e 100644 --- a/engines/cpu.c +++ b/engines/cpu.c @@ -9,7 +9,7 @@ static int fio_cpuio_setup(struct thread_data fio_unused *td) static int fio_cpuio_init(struct thread_data *td) { if (!td->cpuload) { - td_vmsg(td, EINVAL, "cpu thread needs rate"); + td_vmsg(td, EINVAL, "cpu thread needs rate", "cpu_load"); return 1; } else if (td->cpuload > 100) td->cpuload = 100;