mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-04-25 07:20:38 +02:00
Quiet scan start message
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2877 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
parent
516d69933e
commit
9adf247717
1 changed files with 2 additions and 2 deletions
|
|
@ -1485,8 +1485,8 @@ request_wireless_scan (gpointer user_data)
|
|||
gboolean success = TRUE;
|
||||
|
||||
if (can_scan (self)) {
|
||||
nm_debug ("Starting wireless scan for device %s.",
|
||||
nm_device_get_iface (NM_DEVICE (user_data)));
|
||||
// nm_debug ("Starting wireless scan for device %s.",
|
||||
// nm_device_get_iface (NM_DEVICE (user_data)));
|
||||
|
||||
success = nm_supplicant_interface_request_scan (priv->supplicant.iface);
|
||||
if (success)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue