Searched refs:verblvl (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/bind9-45.101/bind9/contrib/zkt/
H A Dmisc.h80 extern void verbmesg (int verblvl, const zconf_t *conf, char *fmt, ...);
H A Dmisc.c748 ** verbmesg (verblvl, conf, fmt, ...)
750 void verbmesg (int verblvl, const zconf_t *conf, char *fmt, ...) argument
760 //fprintf (stderr, "verbmesg (%d stdout=%d filelog=%d str = :%s:\n", verblvl, conf->verbosity, conf->verboselog, str);
761 if ( verblvl <= conf->verbosity ) /* check if we have to print this to stdout */
765 if ( verblvl <= conf->verboselog ) /* check logging to syslog and/or file */

Completed in 278 milliseconds