Update UpdateManager.kt

This commit is contained in:
MNCHL 2023-12-27 21:18:53 +08:00 committed by GitHub
parent e17eed09ac
commit 30aa6d8ba7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -98,7 +98,7 @@ object UpdateManager {
// 处理文件复制错误
}
} else {
Log.e("UpdateManager", "下载失败: HTTP ${response.code()}")
Log.e("UpdateManager", "下载失败: HTTP ${response.code}")
// 处理下载失败
}
}