X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=src%2Flib%2Fgraph%2Fcomponent-filter.c;h=20f7929ec379efe39797a14b779855fdf6502a23;hb=870631a2db01676b476dbee615aade0a22926bcd;hp=5efff1ab75bb9ae3ca1babb38f1eaea99e464876;hpb=3cd4c495b8c065ababc249f66d460c4a707d415a;p=babeltrace.git diff --git a/src/lib/graph/component-filter.c b/src/lib/graph/component-filter.c index 5efff1ab..20f7929e 100644 --- a/src/lib/graph/component-filter.c +++ b/src/lib/graph/component-filter.c @@ -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; }