Roughtime: use debug instead of info log (#6792)

* Roughtime: use debug instead of info log
* Merge refs/heads/master into roughtime-debug
* Merge refs/heads/master into roughtime-debug
This commit is contained in:
terence tsao 2020-07-30 17:00:24 -07:00 committed by GitHub
parent 18f8578d73
commit 0cced6e41d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -83,7 +83,7 @@ func recalibrateRoughtime() {
return
}
log.Infof("New calculated roughtime offset is %d ns", newOffset.Nanoseconds())
log.Debugf("New calculated roughtime offset is %d ns", newOffset.Nanoseconds())
offset = newOffset
}