diff --git a/src/hb-open-type-private.hh b/src/hb-open-type-private.hh index 6b9f72106..5bfeb1654 100644 --- a/src/hb-open-type-private.hh +++ b/src/hb-open-type-private.hh @@ -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); }