mirror of https://github.com/zlatinb/muwire
Add more logs PersisterFolderService
parent
dcd233b7ad
commit
5c18b4a141
|
@ -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()) {
|
||||
|
|
Loading…
Reference in New Issue