From 60b3de21598db10005ff59d059dfc3e8b9268dd6 Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Sun, 28 Oct 2018 10:07:01 +0800 Subject: [PATCH] =?UTF-8?q?:green=5Fheart:=20=E4=BF=AE=E5=A4=8D=E5=8D=95?= =?UTF-8?q?=E5=85=83=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- file/files.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/file/files.go b/file/files.go index d3bedf6..5f5e9fd 100644 --- a/file/files.go +++ b/file/files.go @@ -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