diff options
Diffstat (limited to 'sys/cam')
-rw-r--r-- | sys/cam/scsi/scsi_targ_bh.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/cam/scsi/scsi_targ_bh.c b/sys/cam/scsi/scsi_targ_bh.c index e8da352..82a4264 100644 --- a/sys/cam/scsi/scsi_targ_bh.c +++ b/sys/cam/scsi/scsi_targ_bh.c @@ -263,7 +263,7 @@ targbhenlun(struct cam_periph *periph) status = immed_ccb.ccb_h.status; if (status != CAM_REQ_CMP) { xpt_print_path(periph->path); - printf("targbhenlun - Enable Lun Rejected for status 0x%x\n", + printf("targbhenlun - Enable Lun Rejected with status 0x%x\n", status); return (status); } |