mirror of
https://github.com/bettercap/bettercap
synced 2025-08-21 05:53:20 -07:00
fix: fixed logging
This commit is contained in:
parent
d7d9711457
commit
6106ec80a2
2 changed files with 6 additions and 6 deletions
|
@ -111,7 +111,7 @@ func (p *EventPool) Log(level int, format string, args ...interface{}) {
|
|||
return
|
||||
}
|
||||
|
||||
message := fmt.Sprintf(format, args)
|
||||
message := fmt.Sprintf(format, args...)
|
||||
|
||||
p.Add("sys.log", LogMessage{
|
||||
level,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue