From 974626024d7ace2acb86a2f9bfdc6cb5f3d7830e Mon Sep 17 00:00:00 2001 From: ziyue <1213642868@qq.com> Date: Thu, 6 Jan 2022 12:34:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=B9=B6=E9=80=82=E9=85=8Dzl?= =?UTF-8?q?toolkit,=20=E8=BF=87=E6=BB=A4=E9=87=8D=E5=A4=8D=E6=97=A5?= =?UTF-8?q?=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/WebApi.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/WebApi.cpp b/server/WebApi.cpp index 7c0006db..581fcc9b 100755 --- a/server/WebApi.cpp +++ b/server/WebApi.cpp @@ -239,7 +239,7 @@ static inline void addHttpListener(){ size = body->remainSize(); } - LogContextCapturer log(getLogger(), LDebug, __FILE__, "http api debug", __LINE__); + LogContextCapture log(getLogger(), LDebug, __FILE__, "http api debug", __LINE__); log << "\r\n# request:\r\n" << parser.Method() << " " << parser.FullUrl() << "\r\n"; log << "# header:\r\n";