mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-04 14:55:06 -05:00
nts: fix log severity for loaded server keys
This commit is contained in:
@@ -651,7 +651,7 @@ load_keys(void)
|
|||||||
|
|
||||||
fclose(f);
|
fclose(f);
|
||||||
|
|
||||||
LOG(LOGS_ERR, "Loaded %s", "server NTS keys");
|
LOG(LOGS_INFO, "Loaded %s", "server NTS keys");
|
||||||
return 1;
|
return 1;
|
||||||
|
|
||||||
error:
|
error:
|
||||||
|
|||||||
Reference in New Issue
Block a user