Skip to content

Commit

Permalink
chore: fix log
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitanyaprem committed Oct 12, 2023
1 parent 7e8b51f commit 0b6d93e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion waku/v2/protocol/filter/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ func (wf *WakuFilterLightNode) Subscribe(ctx context.Context, contentFilter prot

if params.selectedPeer == "" {
wf.metrics.RecordError(peerNotFoundFailure)
wf.log.Error("Failed to find peer for Filter subscribe", zap.String("pubSubTopic", pubSubTopic), zap.Strings("contentTopics", cTopics),
wf.log.Error("selecting peer", zap.String("pubSubTopic", pubSubTopic), zap.Strings("contentTopics", cTopics),
zap.Error(err))
failedContentTopics = append(failedContentTopics, cTopics...)
continue
Expand Down

0 comments on commit 0b6d93e

Please sign in to comment.