diff --git a/shared/roughtime/roughtime.go b/shared/roughtime/roughtime.go index 7c5621884..b4bc9a44f 100644 --- a/shared/roughtime/roughtime.go +++ b/shared/roughtime/roughtime.go @@ -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 }