Use log_err() in the io engines
[fio.git] / engines / posixaio.c
index b454aa01e2b50495db4bbcfa1bd6a632dafb6b93..f27ad8ce0a3230d128ad1d555d415c1727d4116d 100644 (file)
@@ -239,7 +239,7 @@ static struct ioengine_ops ioengine = {
  */
 static int fio_posixaio_init(struct thread_data fio_unused *td)
 {
-       fprintf(stderr, "fio: posixaio not available\n");
+       log_err("fio: posixaio not available\n");
        return 1;
 }