Updated debug message in compute_firewall_migrate. (#14743)

This commit is contained in:
Riley Karson 2017-05-22 14:05:31 -07:00 committed by Dana Hoffman
parent 5d05b0b7fe
commit dbeb7fde98
1 changed files with 1 additions and 1 deletions

View File

@ -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
}