Skip to content

Commit

Permalink
debug ci failure - remove later
Browse files Browse the repository at this point in the history
  • Loading branch information
emranemran committed Jun 28, 2023
1 parent 31b2955 commit aab6c2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/broadcast.go
Original file line number Diff line number Diff line change
Expand Up @@ -217,8 +217,8 @@ func selectSession(ctx context.Context, sessions []*BroadcastSession, exclude []
if len(session.SegsInFlight) == 0 {
if session.LatencyScore > 0 && session.LatencyScore <= SELECTOR_LATENCY_SCORE_THRESHOLD {
clog.PublicInfof(ctx,
"Selected orchestrator eth-address=0x%v, ip-address=%v, reason=%v",
ethcommon.Bytes2Hex(session.OrchestratorInfo.TicketParams.Recipient),
"Selected orchestrator eth-address=, ip-address=%v, reason=%v",
//ethcommon.Bytes2Hex(session.OrchestratorInfo.TicketParams.Recipient),
session.OrchestratorInfo.Transcoder,
fmt.Sprintf(
"performance: no segments in flight, latency score of %v < %v",
Expand Down

0 comments on commit aab6c2c

Please sign in to comment.