act: add slice support and pass/fail end criteria
[fio.git] / profile.c
index 92f2fc4624bbd719241e470701a85c9b6888b9d8..5d0b866708559c1adb5253306c83fe4fc50e3fd8 100644 (file)
--- 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);