mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-20 08:10:06 +01:00
vrf: fix wrong logging domain
Fixes:667568d1b2('core,libnm: add VRF support') (cherry picked from commit20a1d7e816)
This commit is contained in:
parent
051c2f8ea1
commit
9cddd7c0a4
1 changed files with 1 additions and 1 deletions
|
|
@ -235,7 +235,7 @@ attach_port(NMDevice *device,
|
||||||
|
|
||||||
_LOGI(LOGD_DEVICE, "attached VRF port %s", port_iface);
|
_LOGI(LOGD_DEVICE, "attached VRF port %s", port_iface);
|
||||||
} else
|
} else
|
||||||
_LOGI(LOGD_BOND, "VRF port %s was attached", port_iface);
|
_LOGI(LOGD_DEVICE, "VRF port %s was attached", port_iface);
|
||||||
|
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue