mirror of
https://github.com/bettercap/bettercap
synced 2025-08-14 02:36:57 -07:00
misc: small fix or general refactoring i did not bother commenting
This commit is contained in:
parent
4d60494bfb
commit
0cbd6d7a9d
3 changed files with 5 additions and 5 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue