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

This commit is contained in:
2025-03-10 17:45:30 +11:00
parent 461d3f9bd3
commit d4f57986cb

View File

@@ -248,7 +248,7 @@ func main() {
hostTimeErrors = append(hostTimeErrors, thisResult)
} else {
log.Printf("[%s] Host: %s; Time: %v\n", dc.Name, hs.Name, hostTime)
log.Printf("[%s] Host: %s; Time: %v; Drift: %s\n", dc.Name, hs.Name, hostTime, diff)
}
/*