[gnome-settings-daemon] rfkill: add a space after the connection type string



commit c6b8fe1a502afd7dd6a5958527e18bf31ed40968
Author: Mohammed Sadiq <sadiq sadiqpk org>
Date:   Fri Jul 5 20:12:22 2019 +0530

    rfkill: add a space after the connection type string
    
    otherwise, the debug messages will have them joined with the next word.
    
    This was an oversight introduced in 45cc86c410dac7c051c123934dfc2a6a49414e0b

 plugins/rfkill/gsd-rfkill-manager.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/plugins/rfkill/gsd-rfkill-manager.c b/plugins/rfkill/gsd-rfkill-manager.c
index 4c24c733..5c8b6906 100644
--- a/plugins/rfkill/gsd-rfkill-manager.c
+++ b/plugins/rfkill/gsd-rfkill-manager.c
@@ -359,9 +359,9 @@ rfkill_changed (CcRfkillGlib     *rfkill,
                 const gchar *type = "";
 
                 if (event->type == RFKILL_TYPE_BLUETOOTH)
-                        type = "Bluetooth";
+                        type = "Bluetooth ";
                 else if (event->type == RFKILL_TYPE_WWAN)
-                        type = "WWAN";
+                        type = "WWAN ";
 
                 switch (event->op) {
                 case RFKILL_OP_ADD:


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