[Git][NTPsec/ntpsec][dgb-trace] Typo fix.
Ian Bruene
gitlab at mg.gitlab.com
Sun Jun 4 17:56:07 UTC 2017
Ian Bruene pushed to branch dgb-trace at NTPsec / ntpsec
Commits:
74a5bd06 by Ian Bruene at 2017-06-04T12:55:26-05:00
Typo fix.
- - - - -
1 changed file:
- ntpd/ntp_proto.c
Changes:
=====================================
ntpd/ntp_proto.c
=====================================
--- a/ntpd/ntp_proto.c
+++ b/ntpd/ntp_proto.c
@@ -1529,8 +1529,8 @@ clock_filter(
* packets.
*/
if (peer->filter_epoch[k] <= peer->epoch) {
- DPRINT(2, ("clock_filter: old sample %lu\n", current_time -
- peer->filter_epoch[k]));
+ DPRINT(2, ("clock_filter: old sample %lu\n", current_time -
+ peer->filter_epoch[k]));
return;
}
peer->epoch = peer->filter_epoch[k];
@@ -1541,10 +1541,9 @@ clock_filter(
* clock select algorithm.
*/
record_peer_stats(peer, ctlpeerstatus(peer));
- DRPINT(1, ("clock_filter: n %d off %.6f del %.6f dsp %.6f jit %.6f\n",
+ DPRINT(1, ("clock_filter: n %d off %.6f del %.6f dsp %.6f jit %.6f\n",
m, peer->offset, peer->delay, peer->disp,
peer->jitter));
-#endif
if (peer->burst == 0 || sys_leap == LEAP_NOTINSYNC)
clock_select();
}
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/74a5bd060730fb2a09007f111f68fac7a3d9b7be
---
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/74a5bd060730fb2a09007f111f68fac7a3d9b7be
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ntpsec.org/pipermail/vc/attachments/20170604/d317fb65/attachment.html>
More information about the vc
mailing list