misc: small fix or general refactoring i did not bother commenting

This commit is contained in:
evilsocket 2019-02-22 14:19:25 +01:00
commit 0cbd6d7a9d
No known key found for this signature in database
GPG key ID: 1564D7F30393A456
3 changed files with 5 additions and 5 deletions

View file

@ -8,7 +8,7 @@ import (
)
func (mod *BLERecon) onStateChanged(dev gatt.Device, s gatt.State) {
mod.Info("state changed to %v", s)
mod.Debug("state changed to %v", s)
switch s {
case gatt.StatePoweredOn: