This commit is contained in:
Thomas Haller 2023-04-05 10:08:53 +02:00
parent e36170bfde
commit 31975dde80
No known key found for this signature in database
GPG key ID: 29C2366E4DFC5728

View file

@ -1677,6 +1677,14 @@ schedule_activate_check(NMPolicy *self, NMDevice *device)
NMActiveConnection *ac;
const CList *tmp_list;
_LOGD(LOGD_DEVICE,
">>>> >>>> device %s: check autoactivate... (manager-state=%d, device-autoconnect-allowed=%d, "
"find-pending=%d)",
nm_device_get_iface(device),
nm_manager_get_state(priv->manager),
nm_device_autoconnect_allowed(device),
!!find_pending_activation(self, device));
if (nm_manager_get_state(priv->manager) == NM_STATE_ASLEEP)
return;