wifi/wext: fix double quoting

_nm_utils_ssid_to_string_arr() already escapes/quotes the string.
This commit is contained in:
Lubomir Rintel 2018-11-21 08:33:11 +01:00
parent d64e577272
commit 64b95d567b

View file

@ -511,7 +511,7 @@ wifi_wext_set_mesh_ssid (NMWifiUtils *data, const guint8 *ssid, gsize len)
errsv = errno;
_LOGE (LOGD_PLATFORM | LOGD_WIFI | LOGD_OLPC,
"(%s): error setting SSID to '%s': %s",
"(%s): error setting SSID to %s: %s",
ifname,
(ssid_str = _nm_utils_ssid_to_string_arr (ssid, len)),
strerror (errsv));