Fix vet errors in providers (#11496)

This commit is contained in:
Christoph Blecker 2017-01-29 07:59:55 -08:00 committed by Paul Stack
parent 199eeeea51
commit ef01f82591

View File

@ -257,7 +257,7 @@ func setProjectIamPolicy(policy *cloudresourcemanager.Policy, config *Config, pi
&cloudresourcemanager.SetIamPolicyRequest{Policy: policy}).Do()
if err != nil {
return fmt.Errorf("Error applying IAM policy for project %q. Policy is %+s, error is %s", pid, policy, err)
return fmt.Errorf("Error applying IAM policy for project %q. Policy is %#v, error is %s", pid, policy, err)
}
return nil
}