Add some debugging to help isolate an eth device startup race
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3614 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
@@ -1705,6 +1705,7 @@ nm_device_state_changed (NMDevice *device, NMDeviceState state)
|
||||
|
||||
old_state = priv->state;
|
||||
priv->state = state;
|
||||
nm_info ("(%s): device state change: %d -> %d", nm_device_get_iface (device), old_state, state);
|
||||
|
||||
if (priv->failed_to_disconnected_id) {
|
||||
g_source_remove (priv->failed_to_disconnected_id);
|
||||
|
Reference in New Issue
Block a user