mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-04 09:09:56 +00:00
Disable debug by default.
Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
004699f14f
commit
dba0ac63fb
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=212462
@ -64,7 +64,7 @@ static int gen; /* DOF helper generation */
|
||||
#if defined(sun)
|
||||
extern dof_hdr_t __SUNW_dof; /* DOF defined in the .SUNW_dof section */
|
||||
#endif
|
||||
static boolean_t dof_init_debug = B_TRUE; /* From DTRACE_DOF_INIT_DEBUG */
|
||||
static boolean_t dof_init_debug = B_FALSE; /* From DTRACE_DOF_INIT_DEBUG */
|
||||
|
||||
static void
|
||||
dprintf(int debug, const char *fmt, ...)
|
||||
|
Loading…
Reference in New Issue
Block a user