mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-07 01:29:52 +02:00
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:
parent
3884f45949
commit
e8ad28dc98
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue