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
7f905f4881
commit
4d8270fe82
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ func (w *WiFiModule) channelHopper() {
|
|||
channel = w.stickChan
|
||||
}
|
||||
|
||||
log.Info("Hopping on channel %d", channel)
|
||||
log.Debug("Hopping on channel %d", channel)
|
||||
|
||||
w.chanLock.Lock()
|
||||
if err := network.SetInterfaceChannel(w.Session.Interface.Name(), channel); err != nil {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue