3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-11-25 17:49:37 +01:00

eap: clarify warning message

This commit is contained in:
Tim Kourt 2018-09-07 10:25:20 -07:00 committed by Denis Kenzior
parent bb5997c4ea
commit 18aa744099

View File

@ -255,7 +255,7 @@ void __eap_handle_request(struct eap_state *eap, uint16_t id,
switch (type) {
case EAP_TYPE_IDENTITY:
if (len >= 2)
l_warn("EAP identity prompt: \"%.*s\"",
l_debug("Optional EAP server identity prompt: \"%.*s\"",
(int) len - 1, pkt + 1);
eap_send_identity_response(eap, eap->identity);