Correct format specifier

This commit is contained in:
James Nugent 2016-02-17 14:29:07 -08:00
parent f66f37f4d8
commit 31f47e5abf
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ func resourceComputeNetworkCreate(d *schema.ResourceData, meta interface{}) erro
}
if v, ok := d.GetOk("ipv4_range"); ok {
log.Printf("[DEBUG] Setting IPv4Range (%#V) for legacy network mode", v.(string))
log.Printf("[DEBUG] Setting IPv4Range (%#v) for legacy network mode", v.(string))
network.IPv4Range = v.(string)
} else {
// custom subnet mode, so make sure AutoCreateSubnetworks field is included in request otherwise