[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);
   }