mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-05 08:48:07 +02:00
wifi: tweak scanning debug message
This commit is contained in:
parent
f5d124cd83
commit
fe3151e46e
1 changed files with 1 additions and 1 deletions
|
|
@ -2756,7 +2756,7 @@ supplicant_iface_notify_scanning_cb (NMSupplicantInterface *iface,
|
|||
scanning = nm_supplicant_interface_get_scanning (iface);
|
||||
nm_log_dbg (LOGD_WIFI_SCAN, "(%s): now %s",
|
||||
nm_device_get_iface (NM_DEVICE (self)),
|
||||
scanning ? "scanning" : "not scanning");
|
||||
scanning ? "scanning" : "idle");
|
||||
|
||||
g_object_notify (G_OBJECT (self), "scanning");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue