mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-25 13:00:16 +01:00
fix reporting of which stage we're in during Device Configure
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@971 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
parent
df580b34fc
commit
71b1632ad2
1 changed files with 1 additions and 1 deletions
|
|
@ -2437,7 +2437,7 @@ static void nm_device_wireless_configure (NMActRequest *req)
|
|||
|
||||
nm_device_bring_up_wait (dev, 1);
|
||||
|
||||
nm_info ("Activation (%s/wireless) Stage 1 (Device Configure) will connect to access point '%s'.", nm_device_get_iface (dev), nm_ap_get_essid (ap));
|
||||
nm_info ("Activation (%s/wireless) Stage 2 (Device Configure) will connect to access point '%s'.", nm_device_get_iface (dev), nm_ap_get_essid (ap));
|
||||
|
||||
if (ap_need_key (dev, ap))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue