Print the synchronization statistics at the information level.
Signed-off-by: Richard Cochran <richardcochran@gmail.com>master
parent
0536aa7413
commit
f135133a88
4
clock.c
4
clock.c
|
@ -411,8 +411,8 @@ enum servo_state clock_synchronize(struct clock *c,
|
||||||
|
|
||||||
adj = servo_sample(c->servo, c->master_offset, ingress, &state);
|
adj = servo_sample(c->servo, c->master_offset, ingress, &state);
|
||||||
|
|
||||||
pr_debug("master offset %10lld s%d adj %+7.0f",
|
pr_info("master offset %10lld s%d adj %+7.0f path delay %10lld",
|
||||||
c->master_offset, state, adj);
|
c->master_offset, state, adj, c->path_delay);
|
||||||
|
|
||||||
switch (state) {
|
switch (state) {
|
||||||
case SERVO_UNLOCKED:
|
case SERVO_UNLOCKED:
|
||||||
|
|
Loading…
Reference in New Issue