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

Nate Lawson nate at root.org
Tue Sep 27 10:46:32 PDT 2005


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


More information about the cvs-all mailing list