mirror of
https://github.com/bettercap/bettercap
synced 2025-08-14 02:36:57 -07:00
balls
This commit is contained in:
parent
5d3381fc76
commit
530ac53abd
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ func (s *EventsStream) dumpEvent(e session.Event) {
|
|||
if e.Tag == "sys.log" {
|
||||
fmt.Printf("[%s] [%s] (%s) %s\n", tm, core.Green(e.Tag), e.Label(), e.Data.(session.LogMessage).Message)
|
||||
} else {
|
||||
fmt.Printf("[%s] [%s] %v\n", tm, core.Green(e.Tag), e.Data)
|
||||
fmt.Printf("[%s] [%s] %v\n", tm, core.Green(e.Tag), e)
|
||||
}
|
||||
|
||||
s.Session.Refresh()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue