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 3808f5b1d5
commit 8890759a21

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
}