mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
Remove last case of printStackTrace
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
parent
1ea2e85415
commit
745c331311
1 changed files with 1 additions and 1 deletions
|
|
@ -172,7 +172,7 @@ public final class LegacyFrame extends JFrame {
|
|||
try {
|
||||
Thread.sleep(30000L);
|
||||
} catch (InterruptedException e) {
|
||||
e.printStackTrace();
|
||||
LOGGER.log(Level.SEVERE, "Thread interrupted", e);
|
||||
}
|
||||
|
||||
LOGGER.info("Forcing exit!");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue