Small warning message argument cleanup

git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2787 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
Dan Williams 2007-09-11 19:22:31 +00:00
parent 3884f45949
commit e8ad28dc98

View file

@ -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;
}