diff options
author | mjacob <mjacob@FreeBSD.org> | 2001-01-24 00:14:37 +0000 |
---|---|---|
committer | mjacob <mjacob@FreeBSD.org> | 2001-01-24 00:14:37 +0000 |
commit | 3403eb045de21bf028106790c6b966839a8f63b7 (patch) | |
tree | 101c55d32a3f37adb5e4e495ec9016d16668cf2d /sys/cam | |
parent | 0717c33b6439fd713c3cd6097f3c637c5f38f742 (diff) | |
download | FreeBSD-src-3403eb045de21bf028106790c6b966839a8f63b7.zip FreeBSD-src-3403eb045de21bf028106790c6b966839a8f63b7.tar.gz |
"Rejected with status" is better than "Rejected for status".
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); } |