提交 e77b4425 编写于 作者: B Behdad Esfahbod

[OTLayout] Fix tracing

上级 9b54562d
......@@ -255,7 +255,8 @@ struct hb_sanitize_context_t
"may_edit(%u) [%p..%p] (%d bytes) in [%p..%p] -> %s",
this->edit_count,
p, p + len, len,
this->start, this->end);
this->start, this->end,
this->writable ? "GRANTED" : "DENIED");
return TRACE_RETURN (this->writable);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册