[gnome-control-center] network: Add hotspot setup debug



commit 87928a5d6fae375e1b14e7e81612e7ee56b0f455
Author: Bastien Nocera <hadess hadess net>
Date:   Sat Apr 29 14:10:59 2017 +0200

    network: Add hotspot setup debug

 panels/network/net-device-wifi.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/panels/network/net-device-wifi.c b/panels/network/net-device-wifi.c
index c394da4..128f40d 100644
--- a/panels/network/net-device-wifi.c
+++ b/panels/network/net-device-wifi.c
@@ -435,6 +435,9 @@ nm_device_wifi_refresh_hotspot (NetDeviceWifi *device_wifi)
                                              &hotspot_secret,
                                              &hotspot_security);
 
+        g_debug ("Refreshing hotspot labels to name: '%s', security key: '%s', security: '%s'",
+                 hotspot_ssid, hotspot_secret, hotspot_security);
+
         panel_set_device_widget_details (device_wifi->priv->builder,
                                          "hotspot_network_name",
                                          hotspot_ssid);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]