X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=src%2Flib%2Flib-logging.c;h=df73244b22e969978054b679d7330c97357d1f6e;hp=8766e4463ef2058f2d30ee1339a7d3a5f9a672d6;hb=1e123ed605bf4936226d675e6725691bff249f7f;hpb=00dff0ec100dfdf9769819da6a5f5d29f464dede diff --git a/src/lib/lib-logging.c b/src/lib/lib-logging.c index 8766e446..df73244b 100644 --- a/src/lib/lib-logging.c +++ b/src/lib/lib-logging.c @@ -932,7 +932,7 @@ static inline void format_message(char **buf_ch, bool extended, char tmp_prefix[TMP_PREFIX_LEN]; BUF_APPEND(", %stype=%s", - PRFIELD(bt_message_type_string(msg->type))); + PRFIELD(bt_common_message_type_string(msg->type))); if (!extended) { return;