Skip to content

Commit

Permalink
Log Java version yarl#157
Browse files Browse the repository at this point in the history
  • Loading branch information
Abbe98 committed Oct 4, 2022
1 parent 3a8804b commit 2e600fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pattypan/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ public static void main(String[] args) {
String os = System.getProperty("os.name");

Session.LOGGER.log(Level.INFO,
"Operating System: {0}\nPattypan Version: {1}",
new String[]{os, Settings.VERSION}
"Operating System: {0}\nPattypan Version: {1}\n Java Version: {2}",
new String[]{os, Settings.VERSION, System.getProperty("java.version")}
);

Session.WIKI = Wiki.newSession(wiki, scriptPath, protocol);
Expand Down

0 comments on commit 2e600fa

Please sign in to comment.