Add more context to the error messages
[fio.git] / engines / syslet-rw.c
index f188d1c665fac1a7240504c3957364e036a2a451..d4398106632f287674580d426737c16ee6fd2000 100644 (file)
@@ -190,7 +190,7 @@ static int fio_syslet_queue(struct thread_data *td, struct io_u *io_u)
        assert(sd->nr_events < td->iodepth);
 
        if (io_u->error)
        assert(sd->nr_events < td->iodepth);
 
        if (io_u->error)
-               td_verror(td, io_u->error);
+               td_verror(td, io_u->error, "xfer");
 
        return FIO_Q_COMPLETED;
 }
 
        return FIO_Q_COMPLETED;
 }