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:
Dan Williams
2008-04-28 00:54:46 +00:00
parent 083c36b7b1
commit ccdbc475e6
2 changed files with 2 additions and 0 deletions

View File

@@ -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);