Skip to content

Commit

Permalink
chore: address review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitanyaprem committed Nov 15, 2023
1 parent e62c741 commit 5257952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/waku/server/rest/admin.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ func (a *AdminService) getV1Peers(w http.ResponseWriter, req *http.Request) {
writeErrOrResponse(w, err, nil)
return
}
a.log.Error("fetched peers", zap.Int("count", len(peers)))
a.log.Info("fetched peers", zap.Int("count", len(peers)))

response := make([]WakuPeer, 0)
for _, peer := range peers {
Expand Down

0 comments on commit 5257952

Please sign in to comment.