mirror of
https://github.com/bettercap/bettercap
synced 2025-07-16 10:03:39 -07:00
misc: small fix or general refactoring i did not bother commenting
This commit is contained in:
parent
4e7377d2a0
commit
b57e329632
11 changed files with 28 additions and 28 deletions
|
@ -146,7 +146,7 @@ func (pp *PacketProxy) Configure() (err error) {
|
|||
return fmt.Errorf("%s does not exist.", pp.pluginPath)
|
||||
}
|
||||
|
||||
log.Info("Loading packet proxy plugin from %s ...", pp.pluginPath)
|
||||
log.Info("loading packet proxy plugin from %s ...", pp.pluginPath)
|
||||
|
||||
var ok bool
|
||||
var sym plugin.Symbol
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue