lib/graph/{filter.c,sink.c,source.c}: fix log messages
[babeltrace.git] / lib / graph / filter.c
index 6cae9b3b76da2e163f94bd1ccc49fbe44e91fe51..78913517d2189bf69e5c1d372f7c073bf319876c 100644 (file)
@@ -272,7 +272,7 @@ enum bt_component_status bt_private_component_filter_add_input_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 input port to filter 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.023901 seconds and 4 git commands to generate.