DI_QUIET
if (di_debug <= DI_QUIET)
int di_debug = DI_QUIET;
#define DPRINTF(args) { if (di_debug != DI_QUIET) dprint args; }
if (errno || di_debug < DI_QUIET)
di_debug = DI_QUIET;
{ if (di_cache_debug != DI_QUIET) di_cache_print args; }
if (di_cache_debug <= DI_QUIET)