提交 3d976d20 编写于 作者: K Khaled Hosny 提交者: GitHub

Show the shaper name in the debug message (#306)

上级 547ddb07
......@@ -289,9 +289,10 @@ hb_shape_plan_execute (hb_shape_plan_t *shape_plan,
unsigned int num_features)
{
DEBUG_MSG_FUNC (SHAPE_PLAN, shape_plan,
"num_features=%d shaper_func=%p",
"num_features=%d shaper_func=%p, shaper_name=%s",
num_features,
shape_plan->shaper_func);
shape_plan->shaper_func,
shape_plan->shaper_name);
if (unlikely (!buffer->len))
return true;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册