cuu 5 years ago
parent
commit
578305dfb1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      sys.py/UI/title_bar.py

+ 1 - 1
sys.py/UI/title_bar.py

@@ -183,7 +183,7 @@ class TitleBar:
     def CheckBluetooth(self):
         out = commands.getstatusoutput("hcitool dev | grep hci0 |cut -f3")
         if len(out[1]) < 17:
-            print("no bluetooth", out)
+            print("CheckBluetooth:no bluetooth", out)
             self._Icons["bluetooth"]._IconIndex = 2
             return
         else: