diff --git a/modules/arp_spoof.go b/modules/arp_spoof.go index c23c2e44..6ef95469 100644 --- a/modules/arp_spoof.go +++ b/modules/arp_spoof.go @@ -166,7 +166,7 @@ func (p *ArpSpoofer) sendArp(saddr net.IP, smac net.HardwareAddr, check_running // do we have this ip mac address? hw, err := findMAC(p.Session, ip, probe) if err != nil { - log.Warning("Could not find hardware address for %s, retrying in one second.", ip.String()) + log.Debug("Could not find hardware address for %s, retrying in one second.", ip.String()) continue }