Commit cb5934e8 authored by Adam Wujek's avatar Adam Wujek 💬

proto-standard: print real clockClass that was set, not a hardcoded

Signed-off-by: Adam Wujek's avatarAdam Wujek <adam.wujek@cern.ch>
parent b60c915c
......@@ -80,8 +80,9 @@ int pp_init_globals(struct pp_globals *ppg, struct pp_runtime_opts *pp_rt_opts)
}
if (def->slaveOnly) {
pp_printf("Slave Only, clock class set to 255\n");
def->clockQuality.clockClass = PP_CLASS_SLAVE_ONLY;
pp_printf("Slave Only, clock class set to %d\n",
def->clockQuality.clockClass);
}
if (pp_hooks.open)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment