We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 776a54c commit e785f27Copy full SHA for e785f27
src/main/java/gg/archipelago/client/ArchipelagoClient.java
@@ -119,7 +119,7 @@ private void loadDataPackage() {
119
dataPackage = new DataPackage();
120
saveDataPackage();
121
} catch (ClassNotFoundException e) {
122
- LOGGER.warning("uhh ohh failed to absorb dataPackage.");
+ LOGGER.info("Failed to Read Previous datapackage. Creating new one.");
123
124
}
125
0 commit comments