forked from j62/ctbrec
Improve startup status message for HMAC auth
This commit is contained in:
parent
630cb6a6a5
commit
306c3eaf3c
|
@ -87,9 +87,8 @@ public class HttpServer {
|
|||
registerAlertSystem();
|
||||
|
||||
config = Config.getInstance();
|
||||
if (config.getSettings().key != null) {
|
||||
LOG.info("HMAC authentication is enabled");
|
||||
}
|
||||
LOG.info("HMAC authentication is {}", config.getSettings().key != null ? "enabled" : "disabled");
|
||||
|
||||
recorder = new NextGenLocalRecorder(config, sites);
|
||||
for (Site site : sites) {
|
||||
if (site.isEnabled()) {
|
||||
|
|
Loading…
Reference in New Issue