ust: continue work
[ust.git] / share / usterr.h
index a2f915bdad41139a3765ff6c3c2662289bf08cb7..366718da7682b2c758bea859160f352069186a9a 100644 (file)
@@ -4,6 +4,7 @@
 #define DBG(fmt, args...) fprintf(stderr, fmt "\n", ## args)
 #define WARN(fmt, args...) fprintf(stderr, "usertrace: WARNING: " fmt "\n", ## args)
 #define ERR(fmt, args...) fprintf(stderr, "usertrace: ERROR: " fmt "\n", ## args)
+#define BUG(fmt, args...) fprintf(stderr, "usertrace: BUG: " fmt "\n", ## args)
 #define PERROR(call) perror("usertrace: ERROR: " call)
 
 #define BUG_ON(condition) do { if (unlikely(condition)) ERR("condition not respected (BUG)"); } while(0)
This page took 0.023832 seconds and 4 git commands to generate.