`ctf` plugin: `bt_bfcr`: use object's log level
[babeltrace.git] / src / plugins / ctf / common / msg-iter / msg-iter.c
index 13914231bbc0b70336b3a3ee8ca91d6903b1038f..99c585980bf8db9b97f151c3921676613ab1b9be 100644 (file)
@@ -2727,7 +2727,7 @@ struct bt_msg_iter *bt_msg_iter_create(struct ctf_trace_class *tc,
                goto error;
        }
 
-       notit->bfcr = bt_bfcr_create(cbs, notit);
+       notit->bfcr = bt_bfcr_create(cbs, notit, BT_LOG_OUTPUT_LEVEL);
        if (!notit->bfcr) {
                BT_LOGE_STR("Failed to create binary class reader (BFCR).");
                goto error;
This page took 0.02458 seconds and 4 git commands to generate.