[OTLayout] Fix tracing
authorBehdad Esfahbod <behdad@behdad.org>
Mon, 17 Dec 2012 23:42:59 +0000 (18:42 -0500)
committerBehdad Esfahbod <behdad@behdad.org>
Mon, 17 Dec 2012 23:42:59 +0000 (18:42 -0500)
src/hb-open-type-private.hh

index 6b9f721..5bfeb16 100644 (file)
@@ -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);
   }