summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2017-06-03 17:46:03 +0200
committerThomas Haller <thaller@redhat.com>2017-06-03 17:46:06 +0200
commit8870b7ab129463f10bd34da71555ff19ecdb307f (patch)
tree53efba761ab60f8ebea13e2bbeca8341b37760a9
parentc5fb410998b395e0a0fb9e0c22e86befa69b7599 (diff)
downloadNetworkManager-th/wifi-ap-hidden.tar.gz
wifi: change logging about probe-scanning SSIDsth/wifi-ap-hidden
The SSID is not "hidden". It is the wildcard SSID. See build_hidden_probe_list().
-rw-r--r--src/devices/wifi/nm-device-wifi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/wifi/nm-device-wifi.c b/src/devices/wifi/nm-device-wifi.c
index 28b8c26039..633bcd6aae 100644
--- a/src/devices/wifi/nm-device-wifi.c
+++ b/src/devices/wifi/nm-device-wifi.c
@@ -1505,7 +1505,7 @@ request_wireless_scan (NMDeviceWifi *self, gboolean force_if_scanning, GVariant
? nm_utils_ssid_to_utf8 (ssid->data, ssid->len)
: NULL;
_LOGD (LOGD_WIFI, "wifi-scan: (%u) probe scanning SSID %s%s%s",
- i, NM_PRINT_FMT_QUOTED (foo, "\"", foo, "\"", "<hidden>"));
+ i, NM_PRINT_FMT_QUOTED (foo, "\"", foo, "\"", "*any*"));
g_free (foo);
}
} else