mesh: Remove extra newline from the end of an error message
Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
521a98a8f6
commit
ee854ff679
1 changed files with 1 additions and 1 deletions
|
@ -411,7 +411,7 @@ int wpa_supplicant_join_mesh(struct wpa_supplicant *wpa_s,
|
|||
wpa_ssid_txt(ssid->ssid, ssid->ssid_len));
|
||||
ret = wpa_drv_join_mesh(wpa_s, ¶ms);
|
||||
if (ret)
|
||||
wpa_msg(wpa_s, MSG_ERROR, "mesh join error=%d\n", ret);
|
||||
wpa_msg(wpa_s, MSG_ERROR, "mesh join error=%d", ret);
|
||||
|
||||
/* hostapd sets the interface down until we associate */
|
||||
wpa_drv_set_operstate(wpa_s, 1);
|
||||
|
|
Loading…
Reference in a new issue