Add more context to the error messages
[fio.git] / engines / posixaio.c
index a56ab3a691e9251c9684c91104774981e811684e..ebd6faf86b14b30e2dd4eabf8b5f9726d1d8d6aa 100644 (file)
@@ -153,7 +153,7 @@ static int fio_posixaio_queue(struct thread_data fio_unused *td,
 
        if (ret) {
                io_u->error = errno;
-               td_verror(td, io_u->error);
+               td_verror(td, io_u->error, "xfer");
                return FIO_Q_COMPLETED;
        }