Correct typo in log message printed when main thread was started.

This commit is contained in:
2025-11-05 16:41:54 +01:00
parent 6b9c8a4c92
commit 569858f9ca

View File

@@ -16,7 +16,7 @@ public class WallixConfigSynchronizer implements Runnable {
private LocalEnvironment environment;
public WallixConfigSynchronizer() throws Exception {
System.out.println("Wazuh synchronizer Thread started");
System.out.println("Wallix synchronizer Thread started");
environment = LocalEnvironment.getInstance();
sleepDuration = 1000 * environment.getProperty(Configuration.UPDATE_INTERVAL, Long.valueOf(900));
printWallixVersion();