mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-09-04 23:01:27 +00:00
Merge pull request #33 from MNCHL/MNCHL-patch-34
Update UpdateManager.kt
This commit is contained in:
commit
430a8f5be3
|
@ -98,7 +98,7 @@ object UpdateManager {
|
|||
// 处理文件复制错误
|
||||
}
|
||||
} else {
|
||||
Log.e("UpdateManager", "下载失败: HTTP ${response.code()}")
|
||||
Log.e("UpdateManager", "下载失败: HTTP ${response.code}")
|
||||
// 处理下载失败
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue