From: Behdad Esfahbod Date: Mon, 17 Dec 2012 23:42:59 +0000 (-0500) Subject: [OTLayout] Fix tracing X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e77b4425746ac9eb407ca4e742d962f1955971b4;p=platform%2Fupstream%2FlibHarfBuzzSharp.git [OTLayout] Fix tracing --- 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); }