Skip to content

Commit

Permalink
Fix a log (lavanet#1332)
Browse files Browse the repository at this point in the history
  • Loading branch information
shleikes authored Mar 25, 2024
1 parent 4a47168 commit 0443e48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocol/metrics/consumer_reports_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ func (rr ConflictRequest) String() string {

func NewConsumerReportsClient(endpointAddress string, interval ...time.Duration) *ConsumerReportsClient {
if endpointAddress == "" {
utils.LavaFormatInfo("Running with Consumer Relay Server Disabled")
utils.LavaFormatInfo("Running with Consumer Reports Client Disabled")
return nil
}

Expand Down

0 comments on commit 0443e48

Please sign in to comment.