Print the correct value in a debugging printf.

Submitted by:	Iwasa Kazmi <kzmi@ca2.so-net.ne.jp>
This commit is contained in:
Nick Hibma 2001-01-07 23:54:34 +00:00
parent 7745909c22
commit 1f125f1361
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=70777

View File

@ -2464,7 +2464,7 @@ umass_cam_cb(struct umass_softc *sc, void *priv, int residue, int status)
/* fetch sense data */
DPRINTF(UDMASS_SCSI,("%s: Fetching %db sense data\n",
USBDEVNAME(sc->sc_dev),
sc->cam_scsi_sense.length));
csio->sense_len));
/* the rest of the command was filled in at attach */
sc->cam_scsi_sense.length = csio->sense_len;