fix: fixed logging

This commit is contained in:
evilsocket 2018-01-09 19:55:18 +01:00
commit 6106ec80a2
2 changed files with 6 additions and 6 deletions

View file

@ -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,