lib: use common precond. assert. macros from `assert-cond.h` thru lib
[babeltrace.git] / src / lib / graph / component-filter.c
index 24be22772c3b6b0000768ea676692903335258ff..6582b8deaac79908ce15389577b25a8128bfaa95 100644 (file)
@@ -51,7 +51,7 @@ bt_component_filter_borrow_class_const(
 {
        struct bt_component_class *cls;
 
-       BT_ASSERT_PRE_DEV_NON_NULL(component, "Component");
+       BT_ASSERT_PRE_DEV_COMP_NON_NULL(component);
 
        cls = component->parent.class;
 
This page took 0.022348 seconds and 4 git commands to generate.