Searched refs:alpm_debug (Results 1 – 1 of 1) sorted by relevance
49 #define ALPM_DEBUG(x) if (alpm_debug) (x)52 static int alpm_debug = 1; variable54 static int alpm_debug = 0; variable175 if (bootverbose || alpm_debug) { in alpm_attach()