Skip to content

Commit

Permalink
address feedback
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Ye <[email protected]>
  • Loading branch information
yeya24 committed Oct 30, 2020
1 parent 03cb696 commit f1079be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/replicate/scheme.go
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,8 @@ func (rs *replicationScheme) execute(ctx context.Context) error {
return err
}

for id, partialError := range partials {
level.Info(rs.logger).Log("msg", "failed to fetch block meta. Skipping.", "block_uuid", id.String(), "err", partialError)
for id := range partials {
level.Info(rs.logger).Log("msg", "block meta not uploaded yet. Skipping.", "block_uuid", id.String())
}

for id, meta := range metas {
Expand Down

0 comments on commit f1079be

Please sign in to comment.