Bug 1196124 Fix mismatch of printf style string and following arguments of MOZ_LOG() in IMMHandler::GetCharacterRectOfSelectedTextAt() r=m_kato

This commit is contained in:
Masayuki Nakano 2015-08-20 11:40:14 +09:00
parent 9852d8caa1
commit 1f527f3de1

View File

@ -2175,8 +2175,8 @@ IMMHandler::GetCharacterRectOfSelectedTextAt(nsWindow* aWindow,
if (aWritingMode) {
*aWritingMode = charRect.GetWritingMode();
}
MOZ_LOG(gIMMLog, LogLevel::Error,
("IMM: GetCharacterRectOfSelectedTextAt, FAILED, due to "
MOZ_LOG(gIMMLog, LogLevel::Debug,
("IMM: GetCharacterRectOfSelectedTextAt, Succeeded, aOffset=%u, "
"aCharRect={ x: %ld, y: %ld, width: %ld, height: %ld }, "
"charRect.GetWritingMode()=%s",
aOffset, aCharRect.x, aCharRect.y, aCharRect.width, aCharRect.height,