3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2025-01-03 19:02:34 +01:00

eap-tls-common: Increase log level for the common warning

This commit is contained in:
Tim Kourt 2018-12-17 12:05:08 -08:00 committed by Denis Kenzior
parent a98089ed65
commit 9d9f8331fa

View File

@ -358,7 +358,7 @@ static int eap_tls_init_request_assembly(struct eap_state *eap,
* for the first fragment of a fragmented TLS message or set of
* messages.
*/
l_warn("%s: Server has set the L bit in the fragment other "
l_debug("%s: Server has set the L bit in the fragment other "
"than the first of a fragmented TLS message.",
eap_get_method_name(eap));
@ -397,7 +397,7 @@ static int eap_tls_init_request_assembly(struct eap_state *eap,
* with redundant TLS Message Length field for the un-fragmented
* packets.
*/
l_warn("%s: Server has set the redundant TLS Message Length "
l_debug("%s: Server has set the redundant TLS Message Length "
"field for the un-fragmented packet.",
eap_get_method_name(eap));
@ -425,7 +425,7 @@ static int eap_tls_init_request_assembly(struct eap_state *eap,
* during the fragmented transmission. To stay compatible with
* such devices, we have relaxed this requirement.
*/
l_warn("%s: Server has failed to set the M flag in the first"
l_debug("%s: Server has failed to set the M flag in the first"
" packet of the fragmented transmission.",
eap_get_method_name(eap));