Fixup bad logging types
[fio.git] / idletime.c
index 244723f051791ab13881398f0eab470f2b1ce62d..d4d665a1abb9beb6bcfd266d7ac11dea517cd961 100644 (file)
@@ -406,7 +406,7 @@ int fio_idle_prof_parse_opt(const char *args)
                ipc.opt = IDLE_PROF_OPT_PERCPU;
                return 0;
        } else {
-               log_err("fio: incorrect idle-prof option\n", args);
+               log_err("fio: incorrect idle-prof option: %s\n", args);
                return -1;
        }       
 #else