mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-05 00:38:07 +02:00
Fix GValue type name print
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3632 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
parent
2f850a90e6
commit
ae72ec796a
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@ update_unmanaged_devices (NMDBusSettingsSystem *self, GValue *value)
|
|||
|
||||
priv->got_unmanaged_devices = TRUE;
|
||||
} else
|
||||
g_warning ("Invalid return value type: %s", G_VALUE_TYPE_NAME (&value));
|
||||
g_warning ("Invalid return value type: %s", G_VALUE_TYPE_NAME (value));
|
||||
}
|
||||
|
||||
GSList *
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue