Updated debug message in compute_firewall_migrate. (#14743)

pull/13935/head
Riley Karson 9 years ago committed by Dana Hoffman
parent 5d05b0b7fe
commit dbeb7fde98

@ -13,7 +13,7 @@ import (
func resourceComputeFirewallMigrateState(
v int, is *terraform.InstanceState, meta interface{}) (*terraform.InstanceState, error) {
if is.Empty() {
log.Println("[DEBUG] Empty FirewallState; nothing to migrate.")
log.Println("[DEBUG] Empty InstanceState; nothing to migrate.")
return is, nil
}

Loading…
Cancel
Save