Skip to content

Commit 695f4be

Browse files
committed
Simplify debug log message due to github-advanced-security
1 parent 63e861d commit 695f4be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sessions/protocol.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -605,7 +605,7 @@ func runGraphFromConn(ctx context.Context, graphData string, opts core.RunOpts,
605605
// all output has already been streamed, including the summary line.
606606
// now we just send the final status message.
607607
if runErr != nil {
608-
utils.LogOut.Debugf("graph execution failed: %v\n", runErr)
608+
utils.LogOut.Debug("graph execution failed\n")
609609
// send final error, even if error lines were already streamed
610610
send(ws, map[string]string{
611611
"type": MsgTypeJobError,

0 commit comments

Comments
 (0)