sources: include hostname in selection log message

When selecting an NTP source, include the hostname in the log message.
This commit is contained in:
Miroslav Lichvar
2020-06-01 17:22:58 +02:00
parent b86c89460a
commit bc46174e98
2 changed files with 21 additions and 2 deletions

View File

@@ -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();