Remove last case of printStackTrace
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
parent
1ea2e85415
commit
745c331311
@ -172,7 +172,7 @@ public final class LegacyFrame extends JFrame {
|
|||||||
try {
|
try {
|
||||||
Thread.sleep(30000L);
|
Thread.sleep(30000L);
|
||||||
} catch (InterruptedException e) {
|
} catch (InterruptedException e) {
|
||||||
e.printStackTrace();
|
LOGGER.log(Level.SEVERE, "Thread interrupted", e);
|
||||||
}
|
}
|
||||||
|
|
||||||
LOGGER.info("Forcing exit!");
|
LOGGER.info("Forcing exit!");
|
||||||
|
Loading…
Reference in New Issue
Block a user