DWARN
#define DWARN(fmt, ...) printf("ddb: " fmt "\n", __VA_ARGS__)
#define DWARN(fmt, ...) ((void)0)
#define DWARN warnx