lib: remove unused _NO_SINK graph status
[babeltrace.git] / include / babeltrace / assert-pre-internal.h
index e56d90ecc387b6e75854a357f5f095df42166d3c..e1a57dfe5df1dbecaca3f54cc7c3d0c051e340bf 100644 (file)
@@ -36,6 +36,7 @@
  * <babeltrace/assert-pre-internal.h>, you also need to use logging
  * explicitly.
  */
+
 #ifndef BABELTRACE_LIB_LOGGING_INTERNAL_H
 # error Include <babeltrace/lib-logging-internal.h> before this header.
 #endif
@@ -57,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.022601 seconds and 4 git commands to generate.