[OTLayout] Fix tracing
This commit is contained in:
parent
9b54562d63
commit
e77b442574
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue