say "using exception 16" rather than "exception 16"; the latter

lookes like it could be an error message...
This commit is contained in:
cgd 1993-06-14 07:06:49 +00:00
parent 53eb1ac38c
commit 330f5907f2
1 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@
* SUCH DAMAGE.
*
* from: @(#)npx.c 7.2 (Berkeley) 5/12/91
* $Id: npx.c,v 1.6 1993/05/27 02:12:28 proven Exp $
* $Id: npx.c,v 1.7 1993/06/14 07:06:49 cgd Exp $
*/
#include "npx.h"
#if NNPX > 0
@ -311,7 +311,7 @@ npxattach(dvp)
struct isa_device *dvp;
{
if (npx_ex16)
printf("npx%d: exception 16\n", dvp->id_unit);
printf("npx%d: using exception 16\n", dvp->id_unit);
else if (npx_irq13)
;
else {