From 2413ebf771c4d8680aa9881f3a9dc3bb687bdc99 Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Wed, 15 Aug 2007 01:30:00 +0000 Subject: [PATCH] Debug supplicant state git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2683 4912f4e0-d625-0410-9fb7-b9a5a253dbdc --- src/nm-device-802-11-wireless.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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);