i18n: user setting route

This commit is contained in:
HFO4
2022-09-29 17:38:52 +08:00
parent 9464ee2103
commit 16d17ac1e6
5 changed files with 23 additions and 21 deletions

View File

@@ -24,7 +24,7 @@ func init() {
func ServeWebDAV(c *gin.Context) {
fs, err := filesystem.NewFileSystemFromContext(c)
if err != nil {
util.Log().Warning("无法为WebDAV初始化文件系统%s", err)
util.Log().Warning("Failed to initialize filesystem for WebDAV%s", err)
return
}