[OTLayout] Fix tracing

This commit is contained in:
Behdad Esfahbod 2012-12-17 18:42:59 -05:00
parent 9b54562d63
commit e77b442574
1 changed files with 2 additions and 1 deletions

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