"Rejected with status" is better than "Rejected for status".
This commit is contained in:
parent
172c0b6aec
commit
df6c100d51
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user