mirror of
https://github.com/halejohn/Cloudreve.git
synced 2026-01-26 09:34:57 +08:00
i18n: user setting route
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user