4
0
Эх сурвалжийг харах

bugfix: Fixed broken log message for Execution finished on websocket (#520)

James Read 1 жил өмнө
parent
commit
cae5d296ca

+ 1 - 1
internal/websocket/websocket.go

@@ -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)
 }