Searched refs:conf_debug (Results 1 – 2 of 2) sorted by relevance
90 conf_debug = debug; in set_debug()1967 if (oldconf->conf_debug != conf_debug) { in apply()1968 log_debugx("changing debug level to %d", conf_debug); in apply()1969 log_init(conf_debug); in apply()
541 int conf_debug = 0; member