mirror of
https://github.com/clockworkpi/LauncherGoDev.git
synced 2026-03-19 10:22:41 +01:00
clean incorrect Fatal
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user