wpa_supplicant:Remove stray \n in supplicant logging

This commit is contained in:
gauri patankar
2022-12-06 00:14:22 +05:30
parent e8d652165c
commit 9a1e4e3b7b
17 changed files with 147 additions and 147 deletions

View File

@@ -962,7 +962,7 @@ static int tls_connection_prf(void *tls_ctx, struct tls_connection *conn,
label, seed, 2 * TLS_RANDOM_LEN, out, out_len);
if (ret < 0) {
wpa_printf(MSG_ERROR, "prf failed, ret=%d\n", ret);
wpa_printf(MSG_ERROR, "prf failed, ret=%d", ret);
}
wpa_hexdump_key(MSG_MSGDUMP, "key", out, out_len);