Skip to content

Commit b5ebe2c

Browse files
authored
better error message in state upgrade
1 parent fe81fdc commit b5ebe2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloudfoundry/resource_cf_route_service_binding.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ func upgradeStateRouteServiceBindingStateV0toV1ChangeID(ctx context.Context, raw
191191
rawState["id"] = ""
192192
return rawState, nil
193193
}
194-
log.Println("[DEBUG] Failed to migrate RouteServiceBinding id: did not find the route service binding.")
194+
log.Println("[DEBUG] Failed to migrate RouteServiceBinding id: error while searching for the route service binding.")
195195
return rawState, err
196196
}
197197

0 commit comments

Comments
 (0)