Fix: Correct logging in WhisperState+ModelManager
This commit is contained in:
parent
59a82fe77d
commit
cea44cdcf9
@ -303,7 +303,7 @@ extension WhisperState {
|
|||||||
// MARK: - Helper Methods
|
// MARK: - Helper Methods
|
||||||
|
|
||||||
private func logError(_ message: String, _ error: Error) {
|
private func logError(_ message: String, _ error: Error) {
|
||||||
messageLog += "\(message): \(error.localizedDescription)\n"
|
self.logger.error("\(message): \(error.localizedDescription)")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user