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:
Dan Williams
2007-09-07 00:38:53 +00:00
parent c5d0e07d00
commit 1e9c50f196

View File

@@ -141,7 +141,7 @@ nm_device_activate (NMDevice *device, NMConnection *connection)
if (!org_freedesktop_NetworkManager_Device_activate (NM_DEVICE_GET_PRIVATE (device)->device_proxy, if (!org_freedesktop_NetworkManager_Device_activate (NM_DEVICE_GET_PRIVATE (device)->device_proxy,
nm_connection_to_hash (connection), nm_connection_to_hash (connection),
&err)) { &err)) {
g_warning ("Cannot deactivate device: %s", err->message); g_warning ("Cannot activate device: %s", err->message);
g_error_free (err); g_error_free (err);
} }
} }