lib: use BT_LIB_LOG*_APPEND_CAUSE() where appropriate
[babeltrace.git] / src / lib / graph / query-executor.c
index b3367b1a8f26b145bfc6e743606e272fa3e81953..5e13d52560e41f242016740272be0f1577462fbb 100644 (file)
@@ -56,7 +56,8 @@ struct bt_query_executor *bt_query_executor_create(void)
        BT_LOGD_STR("Creating query executor.");
        query_exec = g_new0(struct bt_query_executor, 1);
        if (!query_exec) {
-               BT_LOGE_STR("Failed to allocate one query executor.");
+               BT_LIB_LOGE_APPEND_CAUSE(
+                       "Failed to allocate one query executor.");
                goto end;
        }
 
This page took 0.024639 seconds and 4 git commands to generate.