提交 2e7ba515 编写于 作者: N Neil Chen

fix build warning for services

Signed-off-by: NNeil Chen <jingsi.chen@petalmail.com>
上级 466ea295
文件模式从 100755 更改为 100644
文件模式从 100755 更改为 100644
文件模式从 100755 更改为 100644
......@@ -98,6 +98,8 @@ static void PrintLog(InitLogLevel logLevel, unsigned int domain, const char *tag
{
#ifdef OHOS_LITE
#ifdef __LITEOS_M__
(void)logLevel;
(void)domain;
printf("[%s]%s \n", tag, logInfo);
#else
static const LogLevel LOG_LEVEL[] = { LOG_DEBUG, LOG_INFO, LOG_WARN, LOG_ERROR, LOG_FATAL };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册