IME // Change debug output header to "vChewingDebug".

This commit is contained in:
ShikiSuen 2022-05-09 16:18:44 +08:00
parent bd65f2c000
commit 8d0babf954
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ public class IME: NSObject {
static func prtDebugIntel(_ strPrint: String) { static func prtDebugIntel(_ strPrint: String) {
if mgrPrefs.isDebugModeEnabled { if mgrPrefs.isDebugModeEnabled {
NSLog("vChewingErrorCallback: %@", strPrint) NSLog("vChewingDebug: %@", strPrint)
} }
} }