mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-05 16:15:06 -05:00
sys_linux: extend debug message
This commit is contained in:
@@ -340,8 +340,8 @@ get_version_specific_details(void)
|
|||||||
have_setoffset = 1;
|
have_setoffset = 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
DEBUG_LOG("hz=%d nominal_tick=%d max_tick_bias=%d",
|
DEBUG_LOG("hz=%d nominal_tick=%d max_tick_bias=%d tick_update_hz=%d",
|
||||||
hz, nominal_tick, max_tick_bias);
|
hz, nominal_tick, max_tick_bias, tick_update_hz);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ================================================== */
|
/* ================================================== */
|
||||||
|
|||||||
Reference in New Issue
Block a user