Correct typo in log message printed when main thread was started.
This commit is contained in:
@@ -16,7 +16,7 @@ public class WallixConfigSynchronizer implements Runnable {
|
|||||||
private LocalEnvironment environment;
|
private LocalEnvironment environment;
|
||||||
|
|
||||||
public WallixConfigSynchronizer() throws Exception {
|
public WallixConfigSynchronizer() throws Exception {
|
||||||
System.out.println("Wazuh synchronizer Thread started");
|
System.out.println("Wallix synchronizer Thread started");
|
||||||
environment = LocalEnvironment.getInstance();
|
environment = LocalEnvironment.getInstance();
|
||||||
sleepDuration = 1000 * environment.getProperty(Configuration.UPDATE_INTERVAL, Long.valueOf(900));
|
sleepDuration = 1000 * environment.getProperty(Configuration.UPDATE_INTERVAL, Long.valueOf(900));
|
||||||
printWallixVersion();
|
printWallixVersion();
|
||||||
|
|||||||
Reference in New Issue
Block a user