mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-03-01 19:40:44 +01:00
logging 8
This commit is contained in:
parent
9cf3e0a718
commit
2582bf60b5
1 changed files with 4 additions and 1 deletions
|
|
@ -323,9 +323,12 @@ ip6_remove_device_prefix_delegations(NMPolicy *self, NMDevice *device)
|
|||
subnet = g_hash_table_lookup(delegation->subnets, GINT_TO_POINTER(ifindex));
|
||||
if (subnet) {
|
||||
_LOGW(LOGD_DEVICE,
|
||||
"---- %s:%d : down link subnet removed, the subnet is %p",
|
||||
"---- %s:%d : down link subnet removed, connection on device %p, the device "
|
||||
"is %p, the subnet is %p",
|
||||
__func__,
|
||||
__LINE__,
|
||||
nm_device_get_applied_connection(device),
|
||||
device,
|
||||
subnet);
|
||||
g_hash_table_remove(delegation->subnets, subnet);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue