fix log
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-03-10 15:28:28 +11:00
parent 7377f20a59
commit ddfa8a8a34

View File

@@ -305,7 +305,7 @@ func main() {
}
*/
log.Printf("Finished checking vCenter %s\n", u)
log.Printf("Finished checking vCenter %s\n", u.Host)
// Output final results in JSON
if len(hostTimeErrors) > 0 {