wifi: change logging about probe-scanning SSIDs

The SSID is not "hidden". It is the wildcard SSID.

See build_hidden_probe_list().
This commit is contained in:
Thomas Haller 2017-06-03 17:46:03 +02:00
parent c5fb410998
commit 8870b7ab12

View file

@ -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