X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Ferror.h;fp=src%2Fcommon%2Ferror.h;h=daef71fdbc90646be59ebc781131a59688ad6c0c;hp=b43ec661b76a5ee742495c438b0232007768491f;hb=a0377dfefe40662ba7d68617bce6ff467114136c;hpb=cc3b9644f017a91d347d7a414387292e3175635e diff --git a/src/common/error.h b/src/common/error.h index b43ec661b..daef71fdb 100644 --- a/src/common/error.h +++ b/src/common/error.h @@ -221,7 +221,7 @@ static inline void __lttng_print_check_abort(enum lttng_error_level type) DBG3(fmt, ## args); \ break; \ default: \ - assert(0); \ + abort(); \ } \ } while(0);