summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--io_u.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/io_u.c b/io_u.c
index 3eeade26..53bf4923 100644
--- a/io_u.c
+++ b/io_u.c
@@ -1065,7 +1065,10 @@ err_put:
void io_u_log_error(struct thread_data *td, struct io_u *io_u)
{
- const char *msg[] = { "read", "write", "sync" };
+ const char *msg[] = { "read", "write", "sync", "datasync",
+ "sync_file_range", "wait", "trim" };
+
+
log_err("fio: io_u error");