From 031db4c5c4f0e234b64d9233303b61b4db18aeea Mon Sep 17 00:00:00 2001 From: jau1jz <95550641@163.com> Date: Thu, 11 Apr 2019 11:48:55 +0800 Subject: [PATCH] =?UTF-8?q?http=E8=B0=83=E7=94=A8=E6=97=B6=E9=97=B4=20?= =?UTF-8?q?=E6=9A=82=E6=97=B6=E5=8E=BB=E6=8E=89IP?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sysservice/httpserverervice.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysservice/httpserverervice.go b/sysservice/httpserverervice.go index 6288ba6..b32423d 100644 --- a/sysservice/httpserverervice.go +++ b/sysservice/httpserverervice.go @@ -158,7 +158,7 @@ func (slf *HttpServerService) httpHandler(w http.ResponseWriter, r *http.Request TimeFuncPass := time.Since(TimeFuncStart) if slf.IsPrintRequestTime() { - service.GetLogger().Printf(service.LEVER_INFO, "HttpServer Time : %s IP : %S url : %s", TimeFuncPass, strCallPath) + service.GetLogger().Printf(service.LEVER_INFO, "HttpServer Time : %s url : %s", TimeFuncPass, strCallPath) } w.Header().Set("Content-Type", "application/json;charset=utf-8")