aboutsummaryrefslogtreecommitdiff
path: root/src/IO/IO.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/IO/IO.c')
-rw-r--r--src/IO/IO.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/IO/IO.c b/src/IO/IO.c
index 0cdb9499..139cf667 100644
--- a/src/IO/IO.c
+++ b/src/IO/IO.c
@@ -185,6 +185,7 @@ static bool_t IO_read(IOData_t *io)
break;
} else {
io->Status = errno;
+ MSG("READ Failed: %s\n", strerror(errno));
break;
}
} else { /* St == 0 */