bugfix: Fixed broken log message for Execution finished on websocket (#520)
This commit is contained in:
parent
5cd5bd2a25
commit
cae5d296ca
|
|
@ -82,7 +82,7 @@ func (WebsocketExecutionListener) OnExecutionFinished(logEntry *executor.Interna
|
|||
LogEntry: internalLogEntryToPb(logEntry),
|
||||
}
|
||||
|
||||
log.Infof("Execution finished: %v+v", evt.LogEntry)
|
||||
log.Infof("WS Execution finished: %v", evt.LogEntry)
|
||||
|
||||
broadcast(evt)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue