Remove useless debug.
Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
2be596ad38
commit
0341c3e1c7
@ -1972,7 +1972,6 @@ iscsi_action(struct cam_sim *sim, union ccb *ccb)
|
||||
ISCSI_SESSION_LOCK_ASSERT(is);
|
||||
|
||||
if (is->is_terminating) {
|
||||
ISCSI_SESSION_DEBUG(is, "called during termination");
|
||||
ccb->ccb_h.status = CAM_DEV_NOT_THERE;
|
||||
xpt_done(ccb);
|
||||
return;
|
||||
|
Loading…
x
Reference in New Issue
Block a user