AMI_DPRINTF
#define AMI_DPRINTF(m,a) do { if (ami_debug & (m)) printf a; } while (0)
#define AMI_DPRINTF(m,a) /* m, a */