Skip to content

Commit

Permalink
hostap: hostap: modify log type from info to debug
Browse files Browse the repository at this point in the history
print too long msg when eap enterprise.
we should not print the log, so set print type to debug.

Signed-off-by: Gaofeng Zhang <[email protected]>
  • Loading branch information
GaofengZhangNXP committed Oct 10, 2024
1 parent cdc0782 commit a70fe5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hostapd/hostapd_cli_zephyr.c
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ static void hostapd_cli_recv_pending(struct wpa_ctrl *ctrl, struct hostapd_data
wpa_printf(MSG_DEBUG, "Received len: %d, msg_len:%d - %s->END\n",
plen, msg->msg_len, msg->msg);
if (msg->msg_len >= MAX_CTRL_MSG_LEN) {
wpa_printf(MSG_INFO, "Too long message received.\n");
wpa_printf(MSG_DEBUG, "Too long message received.\n");
continue;
}

Expand Down

0 comments on commit a70fe5e

Please sign in to comment.