Disable debug by default.

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Rui Paulo 2010-09-11 10:16:15 +00:00
parent 004699f14f
commit dba0ac63fb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=212462

View File

@ -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, ...)