summaryrefslogtreecommitdiff
path: root/tests/lib/debug.h
blob: 60e070b4c9f7968de0180ce8b351e78e53a4494f (plain)
1
2
3
#undef DEBUG
#define DEBUG(format, ...) \
  g_debug ("%s: " format, G_STRFUNC, ##__VA_ARGS__)