mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-19 15:33:56 +00:00
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
This commit is contained in:
parent
9d35acacd3
commit
9f19947146
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=273918
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user