cvs commit: src/sys/dev/ips ips_commands.c

Scott scottl at pooker.samsco.org
Tue Sep 27 15:11:17 PDT 2005



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!


More information about the cvs-all mailing list