| Index: third_party/harfbuzz-ng/src/hb-shape-plan.cc
|
| diff --git a/third_party/harfbuzz-ng/src/hb-shape-plan.cc b/third_party/harfbuzz-ng/src/hb-shape-plan.cc
|
| index 56e2ea5c19254c1f94e696efba5b01151446ec66..87231fb33a6c6c84cc84ae44c914080f2e4be612 100644
|
| --- a/third_party/harfbuzz-ng/src/hb-shape-plan.cc
|
| +++ b/third_party/harfbuzz-ng/src/hb-shape-plan.cc
|
| @@ -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;
|
|
|