Date: Tue, 27 Sep 2005 16:11:14 -0600 (MDT) From: Scott <scottl@pooker.samsco.org> To: Nate Lawson <nate@root.org> Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, Scott Long <scottl@FreeBSD.org>, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/ips ips_commands.c Message-ID: <20050927115334.C5371@pooker.samsco.org> In-Reply-To: <4339856F.2050706@root.org> References: <20050927020136.DE3C416A456@hub.freebsd.org> <4339856F.2050706@root.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 27 Sep 2005, Nate Lawson wrote:
> Scott Long wrote:
>> scottl 2005-09-27 01:59:32 UTC
>>
>> FreeBSD src repository
>>
>> Modified files:
>> sys/dev/ips ips_commands.c Log:
>> Report status in hex, not decimal.
>> Revision Changes Path
>> 1.14 +1 -1 src/sys/dev/ips/ips_commands.c
>>
>>
>> Index: src/sys/dev/ips/ips_commands.c
>> diff -u src/sys/dev/ips/ips_commands.c:1.13
>> src/sys/dev/ips/ips_commands.c:1.14
>> --- src/sys/dev/ips/ips_commands.c:1.13 Sun Sep 25 17:12:41 2005
>> +++ src/sys/dev/ips/ips_commands.c Tue Sep 27 01:59:32 2005
>> @@ -62,7 +62,7 @@
>> 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);
>
> Actually, that should be "don't report status at all". :)
>
> --
> Nate
>
I blame my cats.... yeah, that the ticket!
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050927115334.C5371>
