This commit is contained in:
2
main.go
2
main.go
@@ -248,7 +248,7 @@ func main() {
|
|||||||
|
|
||||||
hostTimeErrors = append(hostTimeErrors, thisResult)
|
hostTimeErrors = append(hostTimeErrors, thisResult)
|
||||||
} else {
|
} 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)
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Reference in New Issue
Block a user