Print the synchronization statistics at the information level.

Signed-off-by: Richard Cochran <richardcochran@gmail.com>
master
Richard Cochran 2011-12-30 11:17:05 +01:00
parent 0536aa7413
commit f135133a88
1 changed files with 2 additions and 2 deletions

View File

@ -411,8 +411,8 @@ enum servo_state clock_synchronize(struct clock *c,
adj = servo_sample(c->servo, c->master_offset, ingress, &state);
pr_debug("master offset %10lld s%d adj %+7.0f",
c->master_offset, state, adj);
pr_info("master offset %10lld s%d adj %+7.0f path delay %10lld",
c->master_offset, state, adj, c->path_delay);
switch (state) {
case SERVO_UNLOCKED: