Output to syslog more debugging information at startup
This commit is contained in:
parent
9a7334a518
commit
22a309efe3
1 changed files with 5 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
$Header: /cvs/src/chrony/sys_linux.c,v 1.44 2003/09/22 21:22:30 richard Exp $
|
$Header: /cvs/src/chrony/sys_linux.c,v 1.45 2003/10/04 19:56:40 richard Exp $
|
||||||
|
|
||||||
=======================================================================
|
=======================================================================
|
||||||
|
|
||||||
|
@ -662,6 +662,10 @@ get_version_specific_details(void)
|
||||||
slew_delta_tick = nominal_tick / 12;
|
slew_delta_tick = nominal_tick / 12;
|
||||||
max_tick_bias = nominal_tick / 10;
|
max_tick_bias = nominal_tick / 10;
|
||||||
|
|
||||||
|
LOG(LOGS_INFO, LOGF_SysLinux, "set_config_hz=%d hz=%d shift_hz=%d basic_freq_scale=%.8f nominal_tick=%d slew_delta_tick=%d max_tick_bias=%d",
|
||||||
|
set_config_hz, hz, shift_hz, basic_freq_scale, nominal_tick, slew_delta_tick, max_tick_bias);
|
||||||
|
|
||||||
|
|
||||||
/* The basic_freq_scale comes from:
|
/* The basic_freq_scale comes from:
|
||||||
* the kernel increments the usec counter HZ times per second (if the timer
|
* the kernel increments the usec counter HZ times per second (if the timer
|
||||||
interrupt period were perfect)
|
interrupt period were perfect)
|
||||||
|
|
Loading…
Reference in a new issue