Skip to content

Commit

Permalink
Stupid mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
semancik committed Nov 5, 2015
1 parent 21a1b5c commit c3c6e13
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -273,8 +273,9 @@ private File getServerLogFile() {
if (serverLogFile == null) {
if (System.getProperty("midpoint.serverLogFile") != null) {
serverLogFile = new File(System.getProperty("midpoint.serverLogFile"));
} else {
serverLogFile = DEFAULT_SERVER_LOG_FILE;
}
serverLogFile = DEFAULT_SERVER_LOG_FILE;
}
return serverLogFile;
}
Expand Down

0 comments on commit c3c6e13

Please sign in to comment.