mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-04-22 10:30:43 +02:00
wifi/wext: fix double quoting
_nm_utils_ssid_to_string_arr() already escapes/quotes the string.
This commit is contained in:
parent
d64e577272
commit
64b95d567b
1 changed files with 1 additions and 1 deletions
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue