Debug supplicant state

git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2683 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
Dan Williams 2007-08-15 01:30:00 +00:00
parent 93f08e2f11
commit 2413ebf771

View file

@ -2309,8 +2309,8 @@ supplicant_iface_connection_state_cb_handler (gpointer user_data)
goto out;
}
nm_debug ("(%s) Supplicant interface state change: %d -> %d",
nm_device_get_iface (dev), old_state, new_state);
nm_info ("(%s) Supplicant interface state change: %d -> %d",
nm_device_get_iface (dev), old_state, new_state);
if (new_state == NM_SUPPLICANT_INTERFACE_CON_STATE_COMPLETED) {
remove_supplicant_interface_connection_error_handler (self);