Update DefaultGameRepository.java (#2273)

This commit is contained in:
zkitefly
2023-06-16 08:21:27 +08:00
committed by GitHub
parent 71458f5167
commit d3b6eb36d9

View File

@@ -186,7 +186,7 @@ public class DefaultGameRepository implements GameRepository {
} catch (JsonParseException ignored) {
}
LOG.warning("Cannot parse version json + " + file.toString() + "\n" + jsonText);
LOG.warning("Cannot parse version json: " + file.toString() + "\n" + jsonText);
throw new JsonParseException("Version json incorrect");
}