First snapshot of FIO for Windows
[fio.git] / engines / splice.c
index 427b4e5fc85d68071977ed3cdf52b08cc06daef0..be16cbbfdf4a95341de6da7d1572f6612c13841b 100644 (file)
@@ -311,7 +311,7 @@ static struct ioengine_ops ioengine = {
  */
 static int fio_spliceio_init(struct thread_data fio_unused *td)
 {
  */
 static int fio_spliceio_init(struct thread_data fio_unused *td)
 {
-       fprintf(stderr, "fio: splice not available\n");
+       log_err("fio: splice not available\n");
        return 1;
 }
 
        return 1;
 }