Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Sep 2005 10:46:23 -0700
From:      Nate Lawson <nate@root.org>
To:        Scott Long <scottl@FreeBSD.org>, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org,  src-committers@FreeBSD.org
Subject:   Re: cvs commit: src/sys/dev/ips ips_commands.c
Message-ID:  <4339856F.2050706@root.org>
In-Reply-To: <20050927020136.DE3C416A456@hub.freebsd.org>
References:  <20050927020136.DE3C416A456@hub.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4339856F.2050706>