diff --git a/src/nm-device-802-11-wireless.c b/src/nm-device-802-11-wireless.c index 66bf8b362a..57a4a00a03 100644 --- a/src/nm-device-802-11-wireless.c +++ b/src/nm-device-802-11-wireless.c @@ -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);