mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-02 07:17:57 +02:00
LOG
This commit is contained in:
parent
e36170bfde
commit
31975dde80
1 changed files with 8 additions and 0 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue