Use log_err() in the io engines
[fio.git] / engines / syslet-rw.c
index c11e4f21fc39990fc6ece7bfd2dc03bee4c682a2..15e4c2578fe9ee978af4f4a1847ecf571871718e 100644 (file)
@@ -304,7 +304,7 @@ static struct ioengine_ops ioengine = {
  */
 static int fio_syslet_init(struct thread_data fio_unused *td)
 {
-       fprintf(stderr, "fio: syslet not available\n");
+       log_err("fio: syslet not available\n");
        return 1;
 }