Skip to content

Commit

Permalink
wpa_supplicant: remove stray \n when logging "wifi_wps_enable"
Browse files Browse the repository at this point in the history
Closes #10285

Signed-off-by: gauri patankar <[email protected]>
  • Loading branch information
chli authored and gspatankar committed Dec 23, 2022
1 parent d9a80ec commit e8d6521
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/wpa_supplicant/esp_supplicant/src/esp_wps.c
Original file line number Diff line number Diff line change
Expand Up @@ -1841,7 +1841,7 @@ int wifi_wps_enable_internal(const esp_wps_config_t *config)
return ret;
}

wpa_printf(MSG_INFO, "wifi_wps_enable\n");
wpa_printf(MSG_INFO, "wifi_wps_enable");

wps_set_type(config->wps_type);
wps_set_status(WPS_STATUS_DISABLE);
Expand Down

0 comments on commit e8d6521

Please sign in to comment.