view src/libSAD/debug.h @ 4828:e413f6dffd21

Sort by probe_priority. Noisy decision logic for the plugins while we work this out.
author Tony Vroon <chainsaw@gentoo.org>
date Sat, 28 Feb 2009 02:35:27 +0000
parents 3cdee616c96d
children
line wrap: on
line source

#ifdef DEBUG
#define DEBUG_MSG(f,x) {printf("debug: "f, x);}
#else
#define DEBUG_MSG(f,x) {}
#endif