mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-04 05:55:07 -05:00
sources: include hostname in selection log message
When selecting an NTP source, include the hostname in the log message.
This commit is contained in:
@@ -49,6 +49,7 @@ test_unit(void)
|
||||
SCH_Initialise();
|
||||
SRC_Initialise();
|
||||
REF_Initialise();
|
||||
NSR_Initialise();
|
||||
|
||||
REF_SetMode(REF_ModeIgnore);
|
||||
|
||||
@@ -224,6 +225,7 @@ test_unit(void)
|
||||
}
|
||||
}
|
||||
|
||||
NSR_Finalise();
|
||||
REF_Finalise();
|
||||
SRC_Finalise();
|
||||
SCH_Finalise();
|
||||
|
||||
Reference in New Issue
Block a user