We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7b14fe commit 4811bfaCopy full SHA for 4811bfa
src/main/java/dev/koifysh/archipelago/WebSocket.java
@@ -230,8 +230,7 @@ else if (part.type == APPrintType.locationID) {
230
}
231
232
} catch (Exception e) {
233
- LOGGER.warning("Error proccessing incoming packet: " + e.getMessage());
234
- //e.printStackTrace();
+ LOGGER.log(Level.WARNING, "Error processing incoming packet: ", e);
235
236
237
0 commit comments