First snapshot of FIO for Windows
[fio.git] / engines / guasi.c
index 15d4801ad2ae1f37d9710d02254acb61d67a7bda..4839019fc49c3ec88facc04eda4e5c812b3a68f9 100644 (file)
@@ -273,7 +273,7 @@ static struct ioengine_ops ioengine = {
  */
 static int fio_guasi_init(struct thread_data fio_unused *td)
 {
-       fprintf(stderr, "fio: guasi not available\n");
+       log_err("fio: guasi not available\n");
        return 1;
 }