未验证 提交 a7b9d8b8 编写于 作者: O openharmony_ci 提交者: Gitee

!79 删除无效打印信息

Merge pull request !79 from 郝烁/cherry-pick-1645597675
......@@ -83,7 +83,6 @@ static int SendCtrlCommand(const char *cmd, char *reply, size_t *replyLen)
return -1;
}
size_t len = *replyLen - 1;
printf("SendCtrlCommand cmd=%s.", cmd);
wpa_ctrl_request(g_ctrlConn, cmd, strlen(cmd), reply, &len, 0);
DumpString(reply, len, "SendCtrlCommand raw return");
wpa_ctrl_close(g_ctrlConn);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册