Add aaa-12 add log cmd remote

RCA:
SOL:
修改人:zhangtao
检视人:
This commit is contained in:
zhangtaohz 2019-08-14 17:23:08 +08:00
parent cde096997d
commit 972542a891
1 changed files with 2 additions and 1 deletions

View File

@ -52,8 +52,9 @@ int main(int argc, char **argv)
log_cmd_t *log_cmd = get_cb_by_cmd(argv[1]);
if (log_cmd == NULL) {
ulog_close(g_log);
ULOG_WARNING(g_log, "Not find logging cmd:%s", argv[1]);
goto END;
return -1;
}
s2j_create_json_obj(json_obj);