Fix log statement
This commit is contained in:
parent
553edc8b6c
commit
2a7f9813a1
@ -48,7 +48,7 @@ public class AboutController {
|
|||||||
try {
|
try {
|
||||||
properties.load(getClass().getClassLoader().getResourceAsStream("git.properties"));
|
properties.load(getClass().getClassLoader().getResourceAsStream("git.properties"));
|
||||||
} catch (IOException e) {
|
} catch (IOException e) {
|
||||||
logger.log(Level.SEVERE, "Failed to load main view", e);
|
logger.log(Level.SEVERE, "Failed to load git information", e);
|
||||||
}
|
}
|
||||||
versionTextField.setText(String.valueOf(properties.get("git.commit.id.full")));
|
versionTextField.setText(String.valueOf(properties.get("git.commit.id.full")));
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user