[gnome-control-center] network: Better debug when creating a hotspot



commit 4ee20550273b8560958fcd853999c19e69050c73
Author: Bastien Nocera <hadess hadess net>
Date:   Fri May 5 18:51:38 2017 +0200

    network: Better debug when creating a hotspot

 panels/network/net-device-wifi.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/panels/network/net-device-wifi.c b/panels/network/net-device-wifi.c
index 128f40d..4a11aa2 100644
--- a/panels/network/net-device-wifi.c
+++ b/panels/network/net-device-wifi.c
@@ -1127,7 +1127,8 @@ start_shared_connection (NetDeviceWifi *device_wifi)
                 return;
         }
 
-        g_debug ("create new hotspot connection\n");
+        g_debug ("create new hotspot connection with SSID '%s'",
+                 (char *) g_bytes_get_data (ssid, NULL));
         c = nm_simple_connection_new ();
 
         sc = (NMSettingConnection *)nm_setting_connection_new ();


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