Implement event fields listing
[lttng-tools.git] / src / common / error.h
index 5837d1cc33184b34398f94a29775224e0d38e469..4350408e6aa3fb8159721a90d29e54d85d75a027 100644 (file)
@@ -64,6 +64,8 @@ extern int lttng_opt_verbose;
 
 #define MSG(fmt, args...) \
        __lttng_print(PRINT_MSG, fmt "\n", ## args)
+#define _MSG(fmt, args...) \
+       __lttng_print(PRINT_MSG, fmt, ## args)
 #define ERR(fmt, args...) \
        __lttng_print(PRINT_ERR, "Error: " fmt "\n", ## args)
 #define WARN(fmt, args...) \
This page took 0.022599 seconds and 4 git commands to generate.