Skip to content

Commit

Permalink
fix: less verbose logging
Browse files Browse the repository at this point in the history
  • Loading branch information
evilsocket committed May 14, 2021
1 parent f42dcb7 commit 82dd30c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/arp_spoof/arp_spoof.go
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}
})

Expand Down

0 comments on commit 82dd30c

Please sign in to comment.