summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/iscsi/iscsi.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/iscsi/iscsi.c b/sys/dev/iscsi/iscsi.c
index 3b75da5..785f657 100644
--- a/sys/dev/iscsi/iscsi.c
+++ b/sys/dev/iscsi/iscsi.c
@@ -2005,7 +2005,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;
OpenPOWER on IntegriCloud