From 8c878b0cf0d24dadfb633281de04743f703c9c01 Mon Sep 17 00:00:00 2001 From: Quant_Lab0 <10164987+quant-lab0@user.noreply.gitee.com> Date: Sun, 23 Jul 2023 09:53:16 +0000 Subject: [PATCH] =?UTF-8?q?update=20src/include/log=5Fwapper.hpp.=20?= =?UTF-8?q?=E6=8A=8A=E5=BB=B6=E6=97=B6=E6=97=A5=E5=BF=97=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E4=B8=BALLV=5FINFO?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Quant_Lab0 <10164987+quant-lab0@user.noreply.gitee.com> --- src/include/log_wapper.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/include/log_wapper.hpp b/src/include/log_wapper.hpp index 4475dc5..3aaec6c 100644 --- a/src/include/log_wapper.hpp +++ b/src/include/log_wapper.hpp @@ -1,4 +1,4 @@ -#pragma once +#pragma once #include #include #include @@ -97,4 +97,4 @@ public: #define LOG_ERROR(...) logline(LLV_ERROR,__FILE__,__func__,__LINE__).print(__VA_ARGS__); #define LOG_FATAL(...) logline(LLV_FATAL,__FILE__,__func__,__LINE__).print(__VA_ARGS__); #endif -#define LOG_PROFILE(msg) log_profile(LLV_FATAL,__FILE__,__func__,__LINE__,msg); +#define LOG_PROFILE(msg) log_profile(LLV_INFO,__FILE__,__func__,__LINE__,msg); -- Gitee