assert-pre-internal.h: append "error is" to first message
[babeltrace.git] / include / babeltrace / assert-pre-internal.h
index 3cb08b4ca23188fc758ee8da8cb9e6efdea0b909..e1a57dfe5df1dbecaca3f54cc7c3d0c051e340bf 100644 (file)
@@ -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();                                        \
This page took 0.024087 seconds and 4 git commands to generate.