diff --git a/core/src/main/groovy/com/muwire/core/files/PersisterFolderService.groovy b/core/src/main/groovy/com/muwire/core/files/PersisterFolderService.groovy index 9658b10e..45f10b30 100644 --- a/core/src/main/groovy/com/muwire/core/files/PersisterFolderService.groovy +++ b/core/src/main/groovy/com/muwire/core/files/PersisterFolderService.groovy @@ -49,6 +49,7 @@ class PersisterFolderService extends BasePersisterService { } void onPersisterDoneEvent(PersisterDoneEvent persisterDoneEvent) { + log.info("Old persister done") load() } @@ -74,6 +75,7 @@ class PersisterFolderService extends BasePersisterService { } void load() { + log.fine("Loading...") Thread.currentThread().setPriority(Thread.MIN_PRIORITY) if (location.exists() && location.isDirectory()) {