clean incorrect Fatal

This commit is contained in:
cuu
2021-10-30 14:08:40 +08:00
parent 06f7589f8b
commit c813de432d
7 changed files with 33 additions and 31 deletions

View File

@@ -667,7 +667,7 @@ func (self *BluetoothPage) GenNetworkList() {
props, err := v.GetProperties()
if err != nil {
log.Fatalf("%s: Failed to get properties: %s", v.Path, err.Error())
log.Printf("%s: Failed to get properties: %s\n", v.Path, err.Error())
return
}