mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-24 20:37:17 +00:00
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:
parent
18f8578d73
commit
0cced6e41d
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user