提交 ade5a69f 编写于 作者: X xionglei6

fix: codestyle

Signed-off-by: Nxionglei6 <xionglei6@huawei.com>
上级 dc4bc57d
......@@ -100,7 +100,7 @@ void LogToDmesg(InitLogLevel logLevel, const char *domain, const char *fileName,
void InitLog(InitLogLevel logLevel, const char *domain, const char *fileName, int line, const char *fmt, ...)
{
if (g_logLevel >= logLevel) {
if (g_logLevel > logLevel) {
return;
}
va_list vargs;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册