Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Oct 2014 19:26:13 +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: r273918 - head/sys/cam/ctl
Message-ID:  <201410311926.s9VJQDXJ008824@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: trasz
Date: Fri Oct 31 19:26:12 2014
New Revision: 273918
URL: https://svnweb.freebsd.org/changeset/base/273918

Log:
  Change the default log level for iSCSI target from 3 to 1.  It should
  have been 1 from the beginning; not sure how it ended up at 3.
  
  MFC after:	1 month
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/sys/cam/ctl/ctl_frontend_iscsi.c

Modified: head/sys/cam/ctl/ctl_frontend_iscsi.c
==============================================================================
--- head/sys/cam/ctl/ctl_frontend_iscsi.c	Fri Oct 31 19:15:14 2014	(r273917)
+++ head/sys/cam/ctl/ctl_frontend_iscsi.c	Fri Oct 31 19:26:12 2014	(r273918)
@@ -84,7 +84,7 @@ static uma_zone_t cfiscsi_data_wait_zone
 
 SYSCTL_NODE(_kern_cam_ctl, OID_AUTO, iscsi, CTLFLAG_RD, 0,
     "CAM Target Layer iSCSI Frontend");
-static int debug = 3;
+static int debug = 1;
 SYSCTL_INT(_kern_cam_ctl_iscsi, OID_AUTO, debug, CTLFLAG_RWTUN,
     &debug, 1, "Enable debug messages");
 static int ping_timeout = 5;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410311926.s9VJQDXJ008824>