mirror of
https://github.com/openharmony/applications_sample_camera.git
synced 2026-07-21 00:25:59 -04:00
Description: delete invalid printed info
IssueNo: https://gitee.com/openharmony/applications_sample_camera/issues/I4UTND Feature or Bugfix: Bugfix Binary Source:No Signed-off-by: lancer <haoshuo@huawei.com>
This commit is contained in:
@@ -83,7 +83,6 @@ static int SendCtrlCommand(const char *cmd, char *reply, size_t *replyLen)
|
|||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
size_t len = *replyLen - 1;
|
size_t len = *replyLen - 1;
|
||||||
printf("SendCtrlCommand cmd=%s.", cmd);
|
|
||||||
wpa_ctrl_request(g_ctrlConn, cmd, strlen(cmd), reply, &len, 0);
|
wpa_ctrl_request(g_ctrlConn, cmd, strlen(cmd), reply, &len, 0);
|
||||||
DumpString(reply, len, "SendCtrlCommand raw return");
|
DumpString(reply, len, "SendCtrlCommand raw return");
|
||||||
wpa_ctrl_close(g_ctrlConn);
|
wpa_ctrl_close(g_ctrlConn);
|
||||||
|
|||||||
Reference in New Issue
Block a user