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

This commit is contained in:
2025-03-10 15:20:44 +11:00
parent 0e221eb9fa
commit 7377f20a59

View File

@@ -305,6 +305,8 @@ func main() {
}
*/
log.Printf("Finished checking vCenter %s\n", u)
// Output final results in JSON
if len(hostTimeErrors) > 0 {
j, _ := json.Marshal(hostTimeErrors)