commit | e77b4425746ac9eb407ca4e742d962f1955971b4 | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <behdad@behdad.org> | Mon Dec 17 18:42:59 2012 -0500 |
committer | Behdad Esfahbod <behdad@behdad.org> | Mon Dec 17 18:42:59 2012 -0500 |
tree | bd34003768c417b6fbb9b39eb5a5c9a5aa6cb9bc | |
parent | 9b54562d63f1a9e0e5b33d71c32bd1588759ebf1 [diff] [blame] |
[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 @@ "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); }