esp32: remove extra initial newline on syslog call
This commit is contained in:
parent
c172ced3ba
commit
a5a435e98f
@ -5360,7 +5360,7 @@ int esp_wifi_sta_essid(struct iwreq *iwr, bool set)
|
|||||||
#ifdef CONFIG_DEBUG_WIRELESS_INFO
|
#ifdef CONFIG_DEBUG_WIRELESS_INFO
|
||||||
memcpy(buf, pdata, len);
|
memcpy(buf, pdata, len);
|
||||||
buf[len] = 0;
|
buf[len] = 0;
|
||||||
wlinfo("\nINFO: WiFi station ssid=%s len=%d\n", buf, len);
|
wlinfo("WiFi station ssid=%s len=%d\n", buf, len);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
return OK;
|
return OK;
|
||||||
|
Loading…
Reference in New Issue
Block a user