]> git.ipfire.org Git - thirdparty/chrony.git/commitdiff
nts: fix log severity for loaded server keys
authorMiroslav Lichvar <mlichvar@redhat.com>
Tue, 11 Jul 2023 15:35:46 +0000 (17:35 +0200)
committerMiroslav Lichvar <mlichvar@redhat.com>
Tue, 18 Jul 2023 12:53:54 +0000 (14:53 +0200)
nts_ke_server.c

index f786e86538cc789d4ce57f7b70009906c16a55d8..446c363e9320a81e3d002a3d1230c6d3414eca74 100644 (file)
@@ -651,7 +651,7 @@ load_keys(void)
 
   fclose(f);
 
-  LOG(LOGS_ERR, "Loaded %s", "server NTS keys");
+  LOG(LOGS_INFO, "Loaded %s", "server NTS keys");
   return 1;
 
 error: