`ctf` plugin: metadata: use BT_COMP_LOG*() instead of BT_LOG*()
[babeltrace.git] / src / plugins / ctf / fs-src / query.c
index 0a89084df7744d24df7de4f4f435c5a5f4bb9c1b..5df82599fe2194f1c6fec10c9d824083cf21191f 100644 (file)
@@ -99,12 +99,12 @@ bt_query_status metadata_info_query(
        }
 
        is_packetized = ctf_metadata_decoder_is_packetized(metadata_fp,
-               &bo, BT_LOG_OUTPUT_LEVEL);
+               &bo, BT_LOG_OUTPUT_LEVEL, NULL);
 
        if (is_packetized) {
                ret = ctf_metadata_decoder_packetized_file_stream_to_buf(
                        metadata_fp, &metadata_text, bo,
-                       BT_LOG_OUTPUT_LEVEL);
+                       BT_LOG_OUTPUT_LEVEL, NULL);
                if (ret) {
                        BT_LOGE("Cannot decode packetized metadata file: path=\"%s\"",
                                path);
This page took 0.024431 seconds and 4 git commands to generate.