X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=src%2Flib%2Fassert-cond.h;h=2c89d8926734761e089057b16ac185fa7198dbf9;hp=e89ee9226bfa215d5c9673fbbe217156fad27ed8;hb=1e123ed605bf4936226d675e6725691bff249f7f;hpb=00dff0ec100dfdf9769819da6a5f5d29f464dede diff --git a/src/lib/assert-cond.h b/src/lib/assert-cond.h index e89ee922..2c89d892 100644 --- a/src/lib/assert-cond.h +++ b/src/lib/assert-cond.h @@ -817,14 +817,14 @@ _BT_ASSERT_PRE_MSG_HAS_TYPE_ID(_msg_id, _type_id), \ _BT_ASSERT_PRE_MSG_HAS_TYPE_COND((_msg), (_type)), \ _BT_ASSERT_PRE_MSG_HAS_TYPE_FMT, \ - bt_message_type_string(_type), (_msg)) + bt_common_message_type_string(_type), (_msg)) #define BT_ASSERT_PRE_DEV_MSG_HAS_TYPE(_msg_id, _msg, _type_id, _type) \ BT_ASSERT_PRE_DEV( \ _BT_ASSERT_PRE_MSG_HAS_TYPE_ID(_msg_id, _type_id), \ _BT_ASSERT_PRE_MSG_HAS_TYPE_COND((_msg), (_type)), \ _BT_ASSERT_PRE_MSG_HAS_TYPE_FMT, \ - bt_message_type_string(_type), (_msg)) + bt_common_message_type_string(_type), (_msg)) #define _BT_ASSERT_PRE_MSG_NAME "Message" #define _BT_ASSERT_PRE_MSG_ID "message"