File: debug.h

package info (click to toggle)
telepathy-qt 0.9.6.1-6.1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 13,440 kB
  • ctags: 11,541
  • sloc: cpp: 72,293; xml: 34,286; ansic: 20,741; python: 3,953; sh: 118; makefile: 37
file content (3 lines) | stat: -rw-r--r-- 94 bytes parent folder | download | duplicates (22)
1
2
3
#undef DEBUG
#define DEBUG(format, ...) \
  g_debug ("%s: " format, G_STRFUNC, ##__VA_ARGS__)