Minor
This commit is contained in:
@ -38,7 +38,7 @@ public class Version {
|
||||
if (is != null) {
|
||||
loadVersion(version, is);
|
||||
} else {
|
||||
LOGGER.warn("No version resource at " + versionPath + " Trying to load it from the main package...");
|
||||
LOGGER.warn("No version resource at {} Trying to load it from the main package...", versionPath);
|
||||
final InputStream oldStream = Version.class.getResourceAsStream(VERSION_FILE);
|
||||
if (oldStream != null)
|
||||
loadVersion(version, oldStream);
|
||||
|
Reference in New Issue
Block a user