lib: use BT_LIB_LOG*_APPEND_CAUSE() where appropriate
[babeltrace.git] / src / lib / graph / component-filter.c
index 5efff1ab75bb9ae3ca1babb38f1eaea99e464876..20f7929ec379efe39797a14b779855fdf6502a23 100644 (file)
@@ -50,7 +50,8 @@ struct bt_component *bt_component_filter_create(
 
        filter = g_new0(struct bt_component_filter, 1);
        if (!filter) {
-               BT_LOGE_STR("Failed to allocate one filter component.");
+               BT_LIB_LOGE_APPEND_CAUSE(
+                       "Failed to allocate one filter component.");
                goto end;
        }
 
This page took 0.024377 seconds and 4 git commands to generate.