mirror of
https://github.com/espressif/esp-idf.git
synced 2025-10-15 16:34:05 +00:00
wpa_supplicant:Remove stray \n in supplicant logging
This commit is contained in:
@@ -78,7 +78,7 @@ int hostapd_send_eapol(const u8 *source, const u8 *sta_addr,
|
||||
struct l2_ethhdr *eth = buffer;
|
||||
|
||||
if (!buffer){
|
||||
wpa_printf( MSG_DEBUG, "send_eapol, buffer=%p\n", buffer);
|
||||
wpa_printf( MSG_DEBUG, "send_eapol, buffer=%p", buffer);
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user