diff --git a/cmix/clockSkew/timeTracker.go b/cmix/clockSkew/timeTracker.go index dbb2d71c60ab4acfa508a648cd64fc3abd0f7c90..0d8e79a7e7d483bca198cddabe1444ce6e77899d 100644 --- a/cmix/clockSkew/timeTracker.go +++ b/cmix/clockSkew/timeTracker.go @@ -86,7 +86,7 @@ func New(clamp time.Duration) Tracker { func (t *timeOffsetTracker) Add(gwID *id.ID, startTime, rTs time.Time, rtt, gwD time.Duration) { if abs(startTime.Sub(rTs)) > day { jww.WARN.Printf("Time data from %s dropped, more than an day off from"+ - " local time; local: %s, remote: %s", startTime, rTs) + " local time; local: %s, remote: %s", gwID, startTime, rTs) return }