From da8742ea641bf933a14f4a60bc68e19afb50bef4 Mon Sep 17 00:00:00 2001 From: Nathan Coad Date: Mon, 8 Apr 2024 15:45:09 +1000 Subject: [PATCH] debug --- main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/main.go b/main.go index 52c6d6e..b47a5d2 100644 --- a/main.go +++ b/main.go @@ -329,6 +329,7 @@ func main() { // Get a reference to the cluster mentioned cluster := getCluster((event.ComputeResource.Name)) vm := getVmInCluster(event.Vm.Name, cluster.Reference()) + log.Printf("VM: '%+v'\n", vm) //vm := getVM(event.Vm.Name) // If we couldn't find the vm then skip this event