未验证 提交 34f516b0 编写于 作者: R Robert Ancell 提交者: GitHub

Use g_warning instead of stderr (#17994)

上级 2aa06301
......@@ -143,7 +143,7 @@ static void fl_view_realize(GtkWidget* widget) {
self->engine = fl_engine_new(self->project, FL_RENDERER(renderer));
g_autoptr(GError) error = nullptr;
if (!fl_engine_start(self->engine, &error))
g_printerr("Failed to start Flutter engine: %s", error->message);
g_warning("Failed to start Flutter engine: %s", error->message);
}
static void fl_view_size_allocate(GtkWidget* widget,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册