Use log_err() in the io engines
[fio.git] / engines / libaio.c
index 44a7613990593f48903a051370877dc19a6f8503..439cd242dd9e0aab6df2ad65cda1daba35ee0140 100644 (file)
@@ -240,7 +240,7 @@ static struct ioengine_ops ioengine = {
  */
 static int fio_libaio_init(struct thread_data fio_unused *td)
 {
  */
 static int fio_libaio_init(struct thread_data fio_unused *td)
 {
-       fprintf(stderr, "fio: libaio not available\n");
+       log_err("fio: libaio not available\n");
        return 1;
 }
 
        return 1;
 }