Skip to content

Commit

Permalink
feat: log which context is being resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
devgianlu committed Feb 16, 2024
1 parent 3c79bfb commit 4e82cde
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tracks/tracks.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ func NewTrackListFromContext(sp *spclient.Spclient, ctx *connectpb.Context) (_ *
return nil, fmt.Errorf("failed initializing context resolver: %w", err)
}

log.Debugf("resolved context %s", tl.ctx.Uri())

tl.tracks = newPagedList[*connectpb.ContextTrack](tl.ctx)
return tl, nil
}
Expand Down

0 comments on commit 4e82cde

Please sign in to comment.