Date: Wed, 16 Apr 2014 11:28:38 +0000 (UTC) From: Edward Tomasz Napierala <trasz@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r264538 - head/sys/dev/iscsi Message-ID: <201404161128.s3GBScKO086070@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: trasz Date: Wed Apr 16 11:28:38 2014 New Revision: 264538 URL: http://svnweb.freebsd.org/changeset/base/264538 Log: Remove useless debug. Sponsored by: The FreeBSD Foundation Modified: head/sys/dev/iscsi/iscsi.c Modified: head/sys/dev/iscsi/iscsi.c ============================================================================== --- head/sys/dev/iscsi/iscsi.c Wed Apr 16 11:28:05 2014 (r264537) +++ head/sys/dev/iscsi/iscsi.c Wed Apr 16 11:28:38 2014 (r264538) @@ -1972,7 +1972,6 @@ iscsi_action(struct cam_sim *sim, union 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;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404161128.s3GBScKO086070>