mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-09 07:08:02 +02:00
Remove double function name in warning
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1442 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
parent
77e9f0997e
commit
de07a4fc5f
1 changed files with 1 additions and 1 deletions
|
|
@ -249,7 +249,7 @@ nmi_dbus_return_user_key (DBusConnection *connection,
|
||||||
if (nm_gconf_wso_serialize_dbus (gconf_wso, &iter))
|
if (nm_gconf_wso_serialize_dbus (gconf_wso, &iter))
|
||||||
dbus_connection_send (connection, reply, NULL);
|
dbus_connection_send (connection, reply, NULL);
|
||||||
else
|
else
|
||||||
nm_warning ("nmi_dbus_return_user_key(): couldn't serialize gconf_wso");
|
nm_warning ("couldn't serialize gconf_wso");
|
||||||
dbus_message_unref (reply);
|
dbus_message_unref (reply);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue