svn commit: r320877 - head/sys/cam

Warner Losh imp at FreeBSD.org
Mon Jul 10 21:38:28 UTC 2017


Author: imp
Date: Mon Jul 10 21:38:26 2017
New Revision: 320877
URL: https://svnweb.freebsd.org/changeset/base/320877

Log:
  Kill some unnecessary noise.

Modified:
  head/sys/cam/cam_xpt.c

Modified: head/sys/cam/cam_xpt.c
==============================================================================
--- head/sys/cam/cam_xpt.c	Mon Jul 10 19:26:50 2017	(r320876)
+++ head/sys/cam/cam_xpt.c	Mon Jul 10 21:38:26 2017	(r320877)
@@ -819,8 +819,6 @@ xpt_scanner_thread(void *dummy)
 			TAILQ_REMOVE(&xsoftc.ccb_scanq, &ccb->ccb_h, sim_links.tqe);
 			xpt_unlock_buses();
 
-                        printf("xpt_scanner_thread is firing on path ");
-                        xpt_print_path(ccb->ccb_h.path);printf("\n");
 			/*
 			 * Since lock can be dropped inside and path freed
 			 * by completion callback even before return here,


More information about the svn-src-head mailing list