From c6374debe8810ca136d2f6a690a76ec9ddc2182c Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Mon, 17 Feb 2014 14:51:59 +0100 Subject: [PATCH] platform: log more details about link signal Signed-off-by: Thomas Haller --- src/platform/nm-platform.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/platform/nm-platform.c b/src/platform/nm-platform.c index 134e90b667..a738e898db 100644 --- a/src/platform/nm-platform.c +++ b/src/platform/nm-platform.c @@ -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