Skip to content

Commit

Permalink
Merge pull request #85 from austinmartinh/INTLY-4906-fix-log
Browse files Browse the repository at this point in the history
Fixed redis log message
  • Loading branch information
openshift-merge-robot authored Jan 16, 2020
2 parents 6185df8 + c7d17e4 commit 230b464
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/providers/aws/provider_redis.go
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ func (p *AWSRedisProvider) TagElasticacheNode(ctx context.Context, cacheSvc elas
// DeleteStorage Delete elasticache replication group
func (p *AWSRedisProvider) DeleteRedis(ctx context.Context, r *v1alpha1.Redis) (croType.StatusMessage, error) {
// resolve elasticache information for elasticache created by provider
p.Logger.Info("getting cluster id from infrastructure for bucket naming")
p.Logger.Info("getting cluster id from infrastructure for redis naming")
elasticacheCreateConfig, elasticacheDeleteConfig, stratCfg, err := p.getElasticacheConfig(ctx, r)
if err != nil {
errMsg := fmt.Sprintf("failed to retrieve aws elasticache config for instance %s", r.Name)
Expand Down

0 comments on commit 230b464

Please sign in to comment.