lib: use BT_LIB_LOG*_APPEND_CAUSE() where appropriate
[babeltrace.git] / src / lib / object-pool.c
index dda8b718f4827a4409190acf5a2626d8c23468a6..8d95a890bbda66dd7da0ab497be3cc7a527f2e00 100644 (file)
@@ -41,7 +41,7 @@ int bt_object_pool_initialize(struct bt_object_pool *pool,
                pool, data);
        pool->objects = g_ptr_array_new();
        if (!pool->objects) {
-               BT_LOGE_STR("Failed to allocate a GPtrArray.");
+               BT_LIB_LOGE_APPEND_CAUSE("Failed to allocate a GPtrArray.");
                goto error;
        }
 
This page took 0.023126 seconds and 4 git commands to generate.