"Rejected with status" is better than "Rejected for status".

This commit is contained in:
Matt Jacob 2001-01-24 00:14:37 +00:00
parent 172c0b6aec
commit df6c100d51

View File

@ -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);
}