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

@ -130,7 +130,7 @@ func (mod *BLERecon) Configure() (err error) {
if mod.Running() {
return session.ErrAlreadyStarted
} else if mod.gattDevice == nil {
mod.Info("initializing device ...")
mod.Debug("initializing device ...")
// hey Paypal GATT library, could you please just STFU?!
golog.SetOutput(ioutil.Discard)