mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-31 18:20:10 +01:00
wifi: align logging AP dumps
There are several places where we log the APs. It looks nicer in the log, if all use the same length prefix.
This commit is contained in:
parent
f1aece753d
commit
b74574fb0d
1 changed files with 1 additions and 1 deletions
|
|
@ -1455,7 +1455,7 @@ ap_list_dump (gpointer user_data)
|
|||
priv->scheduled_scan_time);
|
||||
sorted = get_sorted_ap_list (self);
|
||||
for (iter = sorted; iter; iter = iter->next)
|
||||
nm_ap_dump (NM_AP (iter->data), " ", nm_device_get_iface (NM_DEVICE (self)));
|
||||
nm_ap_dump (NM_AP (iter->data), "dump ", nm_device_get_iface (NM_DEVICE (self)));
|
||||
g_slist_free (sorted);
|
||||
return G_SOURCE_REMOVE;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue