summaryrefslogtreecommitdiffstats
path: root/sys/dev/ips
diff options
context:
space:
mode:
authorscottl <scottl@FreeBSD.org>2005-09-27 01:59:32 +0000
committerscottl <scottl@FreeBSD.org>2005-09-27 01:59:32 +0000
commit797c1bd1ddb14cd93cc0265cdfb54646ebd87493 (patch)
tree03b12fa9f25d09d1cbf6466d23cfc4c0f74b8cda /sys/dev/ips
parenta9facbe8331601ca037797eeec0b895f6ca9ed44 (diff)
downloadFreeBSD-src-797c1bd1ddb14cd93cc0265cdfb54646ebd87493.zip
FreeBSD-src-797c1bd1ddb14cd93cc0265cdfb54646ebd87493.tar.gz
Report status in hex, not decimal.
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 c16fa54..1e78765 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= %d\n", command->status.value);
+ printf("ips: io error, status= \n", command->status.value);
}
ips_insert_free_cmd(command->sc, command);
ipsd_finish(iobuf);
OpenPOWER on IntegriCloud