Skip to content

Commit

Permalink
Merge pull request #831 from gulyasm/log-typo
Browse files Browse the repository at this point in the history
Fixed wrong cross zone balancing error log.
  • Loading branch information
armon committed Jan 20, 2015
2 parents 4a6c74a 0486dd0 commit df71834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builtin/providers/aws/resource_aws_elb.go
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 327,7 @@ func resourceAwsElbUpdate(d *schema.ResourceData, meta interface{}) error {
}
_, err := elbconn.ModifyLoadBalancerAttributes(&attrs)
if err != nil {
return fmt.Errorf("Failure configuring health check: %s", err)
return fmt.Errorf("Failure configuring cross zone balancing: %s", err)
}
d.SetPartial("cross_zone_load_balancing")
}
Expand Down

0 comments on commit df71834

Please sign in to comment.