svn commit: r264538 - head/sys/dev/iscsi

Edward Tomasz Napierala trasz at FreeBSD.org
Wed Apr 16 11:28:38 UTC 2014


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;


More information about the svn-src-all mailing list