mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-13 19:50:36 +01:00
Formatting fix
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2717 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
parent
2b1e8226f1
commit
7442a81b7c
1 changed files with 3 additions and 3 deletions
|
|
@ -199,9 +199,9 @@ real_is_up (NMDevice *self)
|
|||
if (!err)
|
||||
return (!((ifr.ifr_flags^IFF_UP) & IFF_UP));
|
||||
|
||||
if (errno != ENODEV)
|
||||
{
|
||||
nm_warning ("nm_device_is_up() could not get flags for device %s. errno = %d", iface, errno);
|
||||
if (errno != ENODEV) {
|
||||
nm_warning ("%s: could not get flags for device %s. errno = %d",
|
||||
__func__, iface, errno);
|
||||
}
|
||||
|
||||
return FALSE;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue