summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2014-02-17 14:51:59 +0100
committerThomas Haller <thaller@redhat.com>2014-03-13 21:12:49 +0100
commitc6374debe8810ca136d2f6a690a76ec9ddc2182c (patch)
tree77512378d7ae1965a6067ff97ed53893e95460c2
parent5e935dfd15930c8025f478e67e1140d630b27b74 (diff)
downloadNetworkManager-c6374debe8810ca136d2f6a690a76ec9ddc2182c.tar.gz
platform: log more details about link signal
Signed-off-by: Thomas Haller <thaller@redhat.com>
-rw-r--r--src/platform/nm-platform.c2
1 files changed, 1 insertions, 1 deletions
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