From e8ad28dc989cbe05115338b9cec3b884bb8ddf44 Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Tue, 11 Sep 2007 19:22:31 +0000 Subject: [PATCH] Small warning message argument cleanup git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2787 4912f4e0-d625-0410-9fb7-b9a5a253dbdc --- src/nm-device.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/nm-device.c b/src/nm-device.c index 40153ae15d..f5f0e1746b 100644 --- a/src/nm-device.c +++ b/src/nm-device.c @@ -156,8 +156,8 @@ constructor (GType type, priv->iface = nm_netlink_index_to_iface (priv->index); if (priv->iface == NULL) { - nm_warning ("(%d): Couldn't get interface name for device, ignoring.", - nm_device_get_index (dev)); + nm_warning ("(%u): Couldn't get interface name for device, ignoring.", + priv->index); goto error; }