`ctf` plugin: `bt_bfcr`: use BT_COMP_LOG*() instead of BT_LOG*()
[babeltrace.git] / src / plugins / ctf / common / msg-iter / msg-iter.c
index 60d83e151826b230323d73b26fda2aa6fb616c5b..416fed4a9faf15aec160f1b6b9490bbea1dba186 100644 (file)
@@ -2749,7 +2749,7 @@ struct bt_msg_iter *bt_msg_iter_create(struct ctf_trace_class *tc,
                goto error;
        }
 
-       notit->bfcr = bt_bfcr_create(cbs, notit, log_level);
+       notit->bfcr = bt_bfcr_create(cbs, notit, log_level, NULL);
        if (!notit->bfcr) {
                BT_LOGE_STR("Failed to create binary class reader (BFCR).");
                goto error;
This page took 0.089969 seconds and 4 git commands to generate.