mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-02 22:51:14 +00:00
wpa_supplicant:Remove stray \n in supplicant logging
This commit is contained in:
@@ -113,7 +113,7 @@ int esp_handle_beacon_probe(u8 type, u8 *frame, size_t len, u8 *sender,
|
||||
u8 *ptr;
|
||||
|
||||
if (len < 12) {
|
||||
wpa_printf(MSG_ERROR, "beacon/probe is having short len=%d\n", len);
|
||||
wpa_printf(MSG_ERROR, "beacon/probe is having short len=%d", len);
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user