From d33b521bf262a622395a652449ec014f463f9224 Mon Sep 17 00:00:00 2001 From: Alexander Yurchenko Date: Thu, 19 Mar 2009 16:07:15 +0000 Subject: Unify command id printing. --- sys/dev/pci/ips.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'sys') diff --git a/sys/dev/pci/ips.c b/sys/dev/pci/ips.c index 2d4730e794a..2f7db15cf31 100644 --- a/sys/dev/pci/ips.c +++ b/sys/dev/pci/ips.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ips.c,v 1.75 2009/03/19 13:25:18 grange Exp $ */ +/* $OpenBSD: ips.c,v 1.76 2009/03/19 16:07:14 grange Exp $ */ /* * Copyright (c) 2006, 2007, 2009 Alexander Yurchenko @@ -1658,9 +1658,10 @@ ips_intr(void *arg) ccb = &sc->sc_ccb[id]; if (ccb->c_state != IPS_CCB_QUEUED) { - DPRINTF(IPS_D_ERR, ("%s: ips_intr: cmd %d not queued, " - "state %d, status 0x%08x\n", sc->sc_dev.dv_xname, - ccb->c_id, ccb->c_state, status)); + DPRINTF(IPS_D_ERR, ("%s: ips_intr: cmd 0x%02x not " + "queued, state %d, status 0x%08x\n", + sc->sc_dev.dv_xname, ccb->c_id, ccb->c_state, + status)); continue; } -- cgit v1.2.3