mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-18 01:20:50 +01:00
Fix wrong debug comment
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2768 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
parent
c5d0e07d00
commit
1e9c50f196
1 changed files with 3 additions and 3 deletions
|
|
@ -139,9 +139,9 @@ nm_device_activate (NMDevice *device, NMConnection *connection)
|
|||
g_return_if_fail (connection != NULL);
|
||||
|
||||
if (!org_freedesktop_NetworkManager_Device_activate (NM_DEVICE_GET_PRIVATE (device)->device_proxy,
|
||||
nm_connection_to_hash (connection),
|
||||
&err)) {
|
||||
g_warning ("Cannot deactivate device: %s", err->message);
|
||||
nm_connection_to_hash (connection),
|
||||
&err)) {
|
||||
g_warning ("Cannot activate device: %s", err->message);
|
||||
g_error_free (err);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue