mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
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:
parent
56a92a5a73
commit
2e4d980eea
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user