Update DefaultGameRepository.java (#2273)
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user