mirror of
https://github.com/bettercap/bettercap
synced 2025-08-19 21:13:18 -07:00
fix: less verbose logging
This commit is contained in:
parent
f42dcb72d5
commit
82dd30c777
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
}
|
||||
})
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue