lib/graph/{filter.c,sink.c,source.c}: fix log messages
[babeltrace.git] / lib / graph / source.c
index b09494f25e6aa384cdffa3c6e816e98da683157a..758a1b525659f5ead76bce5704e1e67e03403e17 100644 (file)
@@ -191,7 +191,7 @@ enum bt_component_status bt_private_component_source_add_output_private_port(
        graph = bt_component_borrow_graph(component);
 
        if (graph && bt_graph_is_canceled(graph)) {
-               BT_LOGW("Cannot add output port to filter component: graph is canceled: "
+               BT_LOGW("Cannot add output port to source component: graph is canceled: "
                        "comp-addr=%p, comp-name=\"%s\", graph-addr=%p",
                        component, bt_component_get_name(component),
                        bt_component_borrow_graph(component));
This page took 0.023718 seconds and 4 git commands to generate.