lib: use common precond. assert. macros from `assert-cond.h` thru lib
[babeltrace.git] / src / lib / graph / component-source.c
index 9e2211e16279e6c70ef0a084e88bb493ba32cf3d..c1638fd3d4bd041a050f87e53d31d5cb5c8d6c42 100644 (file)
@@ -51,7 +51,7 @@ bt_component_source_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.022892 seconds and 4 git commands to generate.