mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-16 01:18:06 +02:00
xdev
This commit is contained in:
parent
833e92f9e9
commit
e1969e40ae
1 changed files with 3 additions and 2 deletions
|
|
@ -1379,9 +1379,10 @@ auto_activate_device(NMPolicy *self, NMDevice *device)
|
|||
return;
|
||||
|
||||
_LOGI(LOGD_DEVICE,
|
||||
"auto-activating connection '%s' (%s)",
|
||||
"auto-activating connection '%s' (%s) on '%s'",
|
||||
nm_settings_connection_get_id(best_connection),
|
||||
nm_settings_connection_get_uuid(best_connection));
|
||||
nm_settings_connection_get_uuid(best_connection),
|
||||
nm_device_get_iface(device));
|
||||
|
||||
subject = nm_auth_subject_new_internal();
|
||||
ac = nm_manager_activate_connection(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue