mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-27 12:50:09 +01:00
platform: log more details about link signal
Signed-off-by: Thomas Haller <thaller@redhat.com>
This commit is contained in:
parent
5e935dfd15
commit
c6374debe8
1 changed files with 1 additions and 1 deletions
|
|
@ -2157,7 +2157,7 @@ nm_platform_ip6_route_cmp (const NMPlatformIP6Route *a, const NMPlatformIP6Route
|
|||
static void
|
||||
log_link (NMPlatformLink *device, const char *change_type)
|
||||
{
|
||||
debug ("signal: link %s: %s (%d)", change_type, device->name, device->ifindex);
|
||||
debug ("signal: link %s: %s", change_type, nm_platform_link_to_string (device));
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue