Skip to content

Commit b8e5b2c

Browse files
committed
Changed kalman offset message to debug level
1 parent 5cbf2c0 commit b8e5b2c

File tree

1 file changed

+1
-1
lines changed
  • ntp-proto/src/algorithm/kalman

1 file changed

+1
-1
lines changed

ntp-proto/src/algorithm/kalman/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ impl<C: NtpClock, SourceId: Hash + Eq + Copy + Debug> KalmanClockController<C, S
143143
);
144144

145145
if let Some(combined) = combine(&selection, &self.algo_config) {
146-
info!(
146+
debug!(
147147
"Offset: {}+-{}ms, frequency: {}+-{}ppm",
148148
combined.estimate.offset() * 1e3,
149149
combined.estimate.offset_variance().sqrt() * 1e3,

0 commit comments

Comments
 (0)