lib: set component's initial log level when adding it to the graph
[babeltrace.git] / tests / lib / test_trace_ir_ref.c
index 72bbbd6b7321b71ed8c8605bb4a27cb81308533b..53eaca01a4923f45fd7c95d7c01935521b8e0ec2 100644 (file)
@@ -471,7 +471,7 @@ static void test_example_scenario_in_graph(void)
        BT_ASSERT(ret == 0);
        graph = bt_graph_create();
        ret = bt_graph_add_source_component(graph, comp_cls, "src-comp",
-               NULL, NULL);
+               NULL, BT_LOGGING_LEVEL_NONE, NULL);
        BT_ASSERT(ret == 0);
        bt_graph_put_ref(graph);
        bt_component_class_source_put_ref(comp_cls);
This page took 0.024458 seconds and 4 git commands to generate.