fix: less verbose logging

This commit is contained in:
Simone Margaritelli 2021-05-14 15:21:47 +02:00
commit 82dd30c777

View file

@ -65,7 +65,7 @@ func NewArpSpoofer(s *session.Session) *ArpSpoofer {
mod.Warning("arp cache restoration after spoofing disabled")
} else {
mod.skipRestore = false
mod.Info("arp cache restoration after spoofing enabled")
mod.Debug("arp cache restoration after spoofing enabled")
}
})