Logging: pass dynamic log level to common functions and subsystems
[babeltrace.git] / src / ctf-writer / stream.c
index e456dcfb316eba2039d209939d0a3d075707b1d1..c7540264e8fa838fb3076bf37655b2e2c82a11b5 100644 (file)
@@ -1026,7 +1026,8 @@ append_ids:
                goto end;
        }
 
-       ret = bt_ctfser_init(&stream->ctfser, file_path);
+       ret = bt_ctfser_init(&stream->ctfser, file_path,
+               BT_LOG_OUTPUT_LEVEL);
        g_free(file_path);
        if (ret) {
                /* bt_ctfser_init() logs errors */
This page took 0.022686 seconds and 4 git commands to generate.