X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=profile.c;h=5d0b866708559c1adb5253306c83fe4fc50e3fd8;hp=92f2fc4624bbd719241e470701a85c9b6888b9d8;hb=7b9013750b3923ec923924de118a9ccc5964b9ea;hpb=d4afedfd152cea890ffa7d45bf1664fb70218c45 diff --git a/profile.c b/profile.c index 92f2fc46..5d0b8667 100644 --- a/profile.c +++ b/profile.c @@ -31,7 +31,7 @@ int load_profile(const char *profile) ops = find_profile(profile); if (ops) { if (ops->prep_cmd()) { - log_err("fio: profile prep failed\n"); + log_err("fio: profile %s prep failed\n", profile); return 1; } add_job_opts(ops->cmdline, FIO_CLIENT_TYPE_CLI);