From f135133a88c2fa3a71e1fa0a4f9c2a1879c10779 Mon Sep 17 00:00:00 2001 From: Richard Cochran Date: Fri, 30 Dec 2011 11:17:05 +0100 Subject: [PATCH] Print the synchronization statistics at the information level. Signed-off-by: Richard Cochran --- clock.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clock.c b/clock.c index 312db9d..6f6b1f8 100644 --- a/clock.c +++ b/clock.c @@ -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: