ts2phc_slave: print master offset
Make this information more visible by default, since it is the key output of this program. Signed-off-by: Vladimir Oltean <olteanv@gmail.com> Reviewed-by: Jacob Keller <jacob.e.keller@intel.com>master
parent
314ff98903
commit
1441562149
|
@ -264,7 +264,7 @@ static int ts2phc_slave_event(struct ts2phc_slave *slave,
|
|||
adj = servo_sample(slave->clock->servo, offset, extts_ts,
|
||||
SAMPLE_WEIGHT, &slave->clock->servo_state);
|
||||
|
||||
pr_debug("%s master offset %10" PRId64 " s%d freq %+7.0f",
|
||||
pr_info("%s master offset %10" PRId64 " s%d freq %+7.0f",
|
||||
slave->name, offset, slave->clock->servo_state, adj);
|
||||
|
||||
switch (slave->clock->servo_state) {
|
||||
|
|
Loading…
Reference in New Issue