summaryrefslogtreecommitdiffstats
path: root/sys/dev/ips
diff options
context:
space:
mode:
authorglebius <glebius@FreeBSD.org>2005-09-27 09:11:44 +0000
committerglebius <glebius@FreeBSD.org>2005-09-27 09:11:44 +0000
commita2d671a6a275b488cdf7bbbaa38f46d735bcee1d (patch)
tree5be1048ee2485c5dcf686a6fa361482f0f9c5f92 /sys/dev/ips
parentf338c80be85e2d55ccb711fa55ea60e5ce93621f (diff)
downloadFreeBSD-src-a2d671a6a275b488cdf7bbbaa38f46d735bcee1d.zip
FreeBSD-src-a2d671a6a275b488cdf7bbbaa38f46d735bcee1d.tar.gz
Fix build.
Diffstat (limited to 'sys/dev/ips')
-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 1e78765..9e3ec0c 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);
OpenPOWER on IntegriCloud