Commit 1f23e599 authored by 黄振令's avatar 黄振令

【修改内容】1. 配置zlog打印格式,输出打印等级,文件和行数;2. ota上报版本格式错误

【提交人】huang.zhenling
parent d86c9183
......@@ -387,7 +387,7 @@ int dm_msg_combine_logout(_IN_ char product_key[PRODUCT_KEY_MAXLEN],
}
const char DM_MSG_OTA_VERSION_PARAMS[] DM_READ_ONLY = "{{\"version\":\"%s\"}";
const char DM_MSG_OTA_VERSION_PARAMS[] DM_READ_ONLY = "{\"version\":\"%s\"}";
int dm_msg_ota_report_version(_IN_ char *version,
_OU_ dm_msg_request_t *request)
{
......
......@@ -24,7 +24,7 @@ CRIT = 130, LOG_CRIT
simple = "%m%n"
normal = "%d %m%n"
normal = "%d %-6V (%f:%L) %m%n"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment