💚 修复单元测试

This commit is contained in:
Liang Ding 2018-10-28 10:07:01 +08:00
parent 2edbefd883
commit 60b3de2159
No known key found for this signature in database
GPG Key ID: 136F30F901A2231D
1 changed files with 1 additions and 1 deletions

View File

@ -206,7 +206,7 @@ func GetFileHandler(w http.ResponseWriter, r *http.Request) {
username := conf.GetOwner(path)
if "" == username {
logger.Warnf("The path [%s] has no owner")
logger.Warnf("The path [%s] has no owner", path)
data["path"] = ""
return