X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fassert-pre-internal.h;h=e1a57dfe5df1dbecaca3f54cc7c3d0c051e340bf;hb=b82bfbee852b2007550efbb9fde0c5f6f8c7cc65;hp=3cb08b4ca23188fc758ee8da8cb9e6efdea0b909;hpb=0bed0a491580dc5eaa62a6aad86910a0c3fe2c8f;p=babeltrace.git diff --git a/include/babeltrace/assert-pre-internal.h b/include/babeltrace/assert-pre-internal.h index 3cb08b4c..e1a57dfe 100644 --- a/include/babeltrace/assert-pre-internal.h +++ b/include/babeltrace/assert-pre-internal.h @@ -58,7 +58,7 @@ # define BT_ASSERT_PRE(_cond, _fmt, ...) \ do { \ if (!(_cond)) { \ - BT_LOGF_STR("Library precondition not satisfied:"); \ + BT_LOGF_STR("Library precondition not satisfied; error is:"); \ BT_LIB_LOGF((_fmt), ##__VA_ARGS__); \ BT_LOGF_STR("Aborting..."); \ abort(); \