Skip to content

Commit

Permalink
Update pkg/cacheutil/memcached_client.go
Browse files Browse the repository at this point in the history
Co-Authored-By: Bartlomiej Plotka <[email protected]>
Signed-off-by: Marco Pracucci <[email protected]>
  • Loading branch information
pracucci and bwplotka committed Dec 16, 2019
1 parent aba0bce commit a54f6bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cacheutil/memcached_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ func (c *memcachedClient) GetMulti(keys []string) (map[string][]byte, error) {

// In case we have both results and an error, it means some batch requests
// failed and other succeeded. In this case we prefer to log it and move on,
// given returning from results from the cache is better than returning
// given returning some results from the cache is better than returning
// nothing.
level.Warn(c.logger).Log("msg", "failed to fetch some keys batches from memcached", "err", err)
}
Expand Down

0 comments on commit a54f6bd

Please sign in to comment.