logging: strip down and clean `log.h` and `log.c`
[babeltrace.git] / src / lib / assert-cond-base.h
index 2ba8538b00db9c73a2196285462d0f6742b31a68..dd624d9cd43e0f3cde9eb79b566d26219a8878ce 100644 (file)
@@ -58,7 +58,7 @@
  */
 #define BT_ASSERT_COND_MSG(_fmt, ...)                                  \
        do {                                                            \
-               bt_lib_log(_BT_LOG_SRCLOC_FUNCTION, __FILE__,           \
+               bt_lib_log(__FILE__, __func__,                          \
                        __LINE__, BT_LOG_FATAL, BT_LOG_TAG,             \
                        (_fmt), ##__VA_ARGS__);                         \
        } while (0)
This page took 0.024226 seconds and 4 git commands to generate.