DIRECTOR: Make text printable in debug output in CachedMacText

This commit is contained in:
Eugene Sandulenko 2019-12-10 00:53:50 +01:00
parent 5673fc90b3
commit b4567e9cac

View File

@ -55,7 +55,7 @@ void CachedMacText::makeMacText() {
1);
// TODO destroy me
debug(5, "CachedMacText::makeMacText(): rendering '%s'", _textCast->_ftext.c_str());
debug(5, "CachedMacText::makeMacText(): rendering '%s'", Common::toPrintable(_textCast->_ftext).c_str());
}
CachedMacText::CachedMacText(TextCast *const textCast,