From 3d976d20f1b97c771e64a9cfed2760ebec64037a Mon Sep 17 00:00:00 2001 From: Khaled Hosny Date: Sat, 27 Aug 2016 16:38:42 +0300 Subject: [PATCH] Show the shaper name in the debug message (#306) --- src/hb-shape-plan.cc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/hb-shape-plan.cc b/src/hb-shape-plan.cc index 56e2ea5c1..87231fb33 100644 --- a/src/hb-shape-plan.cc +++ b/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;