Don't be so chatty when performing manual sense. This should make ATAPICAM

devices a lot more quiet.
This commit is contained in:
Scott Long 2003-11-08 10:56:57 +00:00
parent f6aff0f329
commit 8226fdbdce
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=122307

View file

@ -969,13 +969,13 @@ camperiphdone(struct cam_periph *periph, union ccb *done_ccb)
if (sense_key != SSD_KEY_NO_SENSE) {
saved_ccb->ccb_h.status |=
CAM_AUTOSNS_VALID;
#if 0
xpt_print_path(saved_ccb->ccb_h.path);
printf("Recovered Sense\n");
#if 0
scsi_sense_print(&saved_ccb->csio);
#endif
cam_error_print(saved_ccb, CAM_ESF_ALL,
CAM_EPF_ALL);
#endif
xpt_done_ccb = TRUE;
}
}