Home
last modified time | relevance | path

Searched refs:conf_debug (Results 1 – 2 of 2) sorted by relevance

/freebsd/usr.sbin/ctld/
H A Dctld.cc93 conf_debug = debug; in set_debug()
2002 if (oldconf->conf_debug != conf_debug) { in apply()
2003 log_debugx("changing debug level to %d", conf_debug); in apply()
2004 log_init(conf_debug); in apply()
H A Dctld.hh540 int conf_debug = 0; member