modify files

This commit is contained in:
2025-07-16 09:09:21 +08:00
parent 5fe5d34888
commit 197dcbfc03
5 changed files with 68 additions and 1 deletions

View File

@ -379,7 +379,7 @@ struct TranslateCardView: View {
logger.info("Synthesis succ.")
}, onFailure: { error in
isSynthesizing = false
logger.info("Synthesis error: \(error)")
logger.error("Synthesis error: \(error)")
})
}