mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-22 17:27:38 +00:00
Add more debug output to find a error (#924)
This commit is contained in:
parent
e8169afd64
commit
e550189cb8
@ -347,6 +347,8 @@ public class SingleThreadQueueExtent extends ExtentBatchProcessorHolder implemen
|
||||
} else {
|
||||
e.printStackTrace();
|
||||
}
|
||||
log.error("Please report this error on our issue tracker");
|
||||
e.getCause().printStackTrace();
|
||||
} catch (InterruptedException e) {
|
||||
e.printStackTrace();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user