mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-01 21:29:54 +00:00
wpa_supplicant:Remove stray \n in supplicant logging
This commit is contained in:
@@ -1815,7 +1815,7 @@ int esp_wifi_wps_enable(const esp_wps_config_t *config)
|
||||
}
|
||||
|
||||
s_wps_enabled = true;
|
||||
wpa_printf(MSG_DEBUG, "wifi wps task: prio:%d, stack:%d\n", 2, WPS_TASK_STACK_SIZE);
|
||||
wpa_printf(MSG_DEBUG, "wifi wps task: prio:%d, stack:%d", 2, WPS_TASK_STACK_SIZE);
|
||||
API_MUTEX_GIVE();
|
||||
return ret;
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user