X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=src%2Flib%2Fassert-cond-base.h;h=dd624d9cd43e0f3cde9eb79b566d26219a8878ce;hb=71436ae48cd2fcfcc59ae9a7da909e29a191145c;hp=2ba8538b00db9c73a2196285462d0f6742b31a68;hpb=78c888d139a40b58b10a2c92829cbb2c814ad766;p=babeltrace.git diff --git a/src/lib/assert-cond-base.h b/src/lib/assert-cond-base.h index 2ba8538b..dd624d9c 100644 --- a/src/lib/assert-cond-base.h +++ b/src/lib/assert-cond-base.h @@ -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)