mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-06 19:00:16 +01:00
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:
parent
93f08e2f11
commit
2413ebf771
1 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue