X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=src%2Fcommon%2Ferror.h;fp=src%2Fcommon%2Ferror.h;h=29c9bc888d13d5bd1970596902cd263978041b6d;hb=eee338be4fd59c58935ff12206531371f8d36df1;hp=e71fc3d3e87a861dea907b58bd85ad0994bdee6a;hpb=221502324338a11028434e776230ea313522082f;p=lttng-tools.git diff --git a/src/common/error.h b/src/common/error.h index e71fc3d3e..29c9bc888 100644 --- a/src/common/error.h +++ b/src/common/error.h @@ -98,7 +98,7 @@ extern int lttng_opt_mi; #define ERR(fmt, args...) \ __lttng_print(PRINT_ERR, "Error: " fmt "\n", ## args) #define WARN(fmt, args...) \ - __lttng_print(PRINT_ERR, "Warning: " fmt "\n", ## args) + __lttng_print(PRINT_WARN, "Warning: " fmt "\n", ## args) #define BUG(fmt, args...) _ERRMSG("BUG", PRINT_BUG, fmt, ## args)