diff options
| author | Scott Long <scottl@FreeBSD.org> | 2005-09-27 01:59:32 +0000 |
|---|---|---|
| committer | Scott Long <scottl@FreeBSD.org> | 2005-09-27 01:59:32 +0000 |
| commit | 722e0ae489d52e8b4c00f28e2205e77a019ef0f0 (patch) | |
| tree | 03b12fa9f25d09d1cbf6466d23cfc4c0f74b8cda /sys/dev/ips | |
| parent | 1b56a319fe8beb8c5bfc95f2a4428045a124dadd (diff) | |
Notes
Diffstat (limited to 'sys/dev/ips')
| -rw-r--r-- | sys/dev/ips/ips_commands.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ips/ips_commands.c b/sys/dev/ips/ips_commands.c index c16fa54fe935..1e78765a648a 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); |
