diff --git a/Source/Modules/LangModelRelated/SubLMs/lmAssociates.swift b/Source/Modules/LangModelRelated/SubLMs/lmAssociates.swift index e5aca9f7..62e5c026 100644 --- a/Source/Modules/LangModelRelated/SubLMs/lmAssociates.swift +++ b/Source/Modules/LangModelRelated/SubLMs/lmAssociates.swift @@ -56,7 +56,7 @@ extension vChewing { arrData = try String(contentsOfFile: path, encoding: .utf8).components(separatedBy: "\n") } catch { IME.prtDebugIntel("\(error)") - IME.prtDebugIntel("↑ Exception happened when reading Associated Phrases data.") + IME.prtDebugIntel("↑ Exception happened when reading data at: \(path).") return false } diff --git a/Source/Modules/LangModelRelated/SubLMs/lmCore.swift b/Source/Modules/LangModelRelated/SubLMs/lmCore.swift index 8e63ceee..607c14f1 100644 --- a/Source/Modules/LangModelRelated/SubLMs/lmCore.swift +++ b/Source/Modules/LangModelRelated/SubLMs/lmCore.swift @@ -69,7 +69,7 @@ extension vChewing { arrData = try String(contentsOfFile: path, encoding: .utf8).components(separatedBy: "\n") } catch { IME.prtDebugIntel("\(error)") - IME.prtDebugIntel("↑ Exception happened when reading Associated Phrases data.") + IME.prtDebugIntel("↑ Exception happened when reading data at: \(path).") return false } diff --git a/Source/Modules/LangModelRelated/SubLMs/lmLite.swift b/Source/Modules/LangModelRelated/SubLMs/lmLite.swift index 62e3ebac..e381bb1b 100644 --- a/Source/Modules/LangModelRelated/SubLMs/lmLite.swift +++ b/Source/Modules/LangModelRelated/SubLMs/lmLite.swift @@ -60,7 +60,7 @@ extension vChewing { arrData = try String(contentsOfFile: path, encoding: .utf8).components(separatedBy: "\n") } catch { IME.prtDebugIntel("\(error)") - IME.prtDebugIntel("↑ Exception happened when reading Associated Phrases data.") + IME.prtDebugIntel("↑ Exception happened when reading data at: \(path).") return false } diff --git a/Source/Modules/LangModelRelated/SubLMs/lmReplacements.swift b/Source/Modules/LangModelRelated/SubLMs/lmReplacements.swift index 9cfc5ff5..1b7e2047 100644 --- a/Source/Modules/LangModelRelated/SubLMs/lmReplacements.swift +++ b/Source/Modules/LangModelRelated/SubLMs/lmReplacements.swift @@ -57,7 +57,7 @@ extension vChewing { } catch { IME.prtDebugIntel("\(error)") - IME.prtDebugIntel("↑ Exception happened when reading Associated Phrases data.") + IME.prtDebugIntel("↑ Exception happened when reading data at: \(path).") return false }