提交 3d5a86b6 编写于 作者: C chengjinsong

newcodex

Signed-off-by: Nchengjinsong <chengjinsong2@huawei.com>
上级 e171b6a3
...@@ -120,7 +120,7 @@ static void PrintLog(InitLogLevel logLevel, unsigned int domain, const char *tag ...@@ -120,7 +120,7 @@ static void PrintLog(InitLogLevel logLevel, unsigned int domain, const char *tag
INIT_LOCAL_API void InitLog(int logLevel, unsigned int domain, const char *tag, const char *fmt, va_list vargs) INIT_LOCAL_API void InitLog(int logLevel, unsigned int domain, const char *tag, const char *fmt, va_list vargs)
{ {
if (g_logLevel > logLevel) { if ((int)g_logLevel > logLevel) {
return; return;
} }
char tmpFmt[DEF_LOG_SIZE] = {0}; char tmpFmt[DEF_LOG_SIZE] = {0};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册