IME // Change debug output header to "vChewingDebug".
This commit is contained in:
parent
bd65f2c000
commit
8d0babf954
|
@ -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)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue