Add more logs PersisterFolderService

pull/37/head
LoveIsGrief 2020-01-22 15:12:22 +01:00
parent dcd233b7ad
commit 5c18b4a141
No known key found for this signature in database
GPG Key ID: E96D1EDFA05345EB
1 changed files with 2 additions and 0 deletions

View File

@ -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()) {