Index: nova/nova.go |
=== modified file 'nova/nova.go' |
--- nova/nova.go 2013-03-22 07:15:58 +0000 |
+++ nova/nova.go 2013-04-17 05:44:43 +0000 |
@@ -458,7 +458,7 @@ |
requestData := goosehttp.RequestData{ReqValue: req, RespValue: &resp} |
err := c.client.SendRequest(client.POST, "compute", apiSecurityGroupRules, &requestData) |
if err != nil { |
- return nil, errors.Newf(err, "failed to create a rule for the security group with id: %s", ruleInfo.GroupId) |
+ return nil, errors.Newf(err, "failed to create a rule for the security group with id: %v", ruleInfo.GroupId) |
} |
return &resp.SecurityGroupRule, nil |
} |