Skip to content

Commit

Permalink
refactor: client seg tag
Browse files Browse the repository at this point in the history
  • Loading branch information
pulsejet committed Jan 14, 2025
1 parent 70ab75a commit 7245ddb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion std/object/client_consume_seg.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ func newRrSegFetcher(client *Client) rrSegFetcher {

// log identifier
func (s *rrSegFetcher) String() string {
return "seg-fetcher"
return "client-seg"
}

// add a stream to the fetch queue
Expand Down

0 comments on commit 7245ddb

Please # to comment.