From e77b4425746ac9eb407ca4e742d962f1955971b4 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Mon, 17 Dec 2012 18:42:59 -0500 Subject: [PATCH] [OTLayout] Fix tracing --- src/hb-open-type-private.hh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/hb-open-type-private.hh b/src/hb-open-type-private.hh index 6b9f721..5bfeb16 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); } -- 2.7.4