mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-09-19 06:32:12 +00:00
Added/Fixed error logging
Added error logging to VaultStats and GeneralPreferencesController Fixed possible missing error logging in VaultService
This commit is contained in:
@@ -36,6 +36,7 @@ public class VaultStats {
|
||||
this.updateService = new UpdateStatsService();
|
||||
updateService.setExecutor(executor);
|
||||
updateService.setPeriod(Duration.seconds(1));
|
||||
updateService.setOnFailed(event -> LOG.error("Error in UpdateStateService.", event.getSource().getException()));
|
||||
|
||||
state.addListener(this::vaultStateChanged);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user