From 4d8270fe827ab68f31c48eff19666fed3749fea4 Mon Sep 17 00:00:00 2001 From: evilsocket Date: Thu, 2 Aug 2018 17:04:06 +0200 Subject: [PATCH] misc: small fix or general refactoring i did not bother commenting --- modules/wifi_hopping.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/wifi_hopping.go b/modules/wifi_hopping.go index 49bec764..8e567986 100644 --- a/modules/wifi_hopping.go +++ b/modules/wifi_hopping.go @@ -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 {