correct resizeKeyboard logging

This commit is contained in:
Shawn Schantz 2024-10-23 21:37:02 +07:00
parent 246efb4f39
commit 751c853bb1

View file

@ -768,7 +768,7 @@ extension KeymanWebViewController {
// the first time.
setOskWidth(Int(kbSize.width))
setOskHeight(Int(kbSize.height))
os_log("KeymanWebViewController resizeKeyboard to kbSize %{public}d", log:KeymanEngineLogger.ui, type: .default, NSCoder.string(for:kbSize))
os_log("KeymanWebViewController resizeKeyboard to kbSize %{public}s", log:KeymanEngineLogger.ui, type: .debug, NSCoder.string(for:kbSize))
}
func resetKeyboardState() {