aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ips/ips_commands.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/ips/ips_commands.c')
-rw-r--r--sys/dev/ips/ips_commands.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ips/ips_commands.c b/sys/dev/ips/ips_commands.c
index 1e78765a648a..9e3ec0c04569 100644
--- a/sys/dev/ips/ips_commands.c
+++ b/sys/dev/ips/ips_commands.c
@@ -62,7 +62,7 @@ static void ips_io_request_finish(ips_command_t *command)
if(COMMAND_ERROR(command)){
iobuf->bio_flags |=BIO_ERROR;
iobuf->bio_error = EIO;
- printf("ips: io error, status= \n", command->status.value);
+ printf("ips: io error, status= 0x%x\n", command->status.value);
}
ips_insert_free_cmd(command->sc, command);
ipsd_finish(iobuf);