solomax commented on a change in pull request #111:
URL: https://github.com/apache/openmeetings/pull/111#discussion_r487742753



##########
File path: 
openmeetings-util/src/main/java/org/apache/openmeetings/util/OmFileHelper.java
##########
@@ -101,6 +101,7 @@ private OmFileHelper() {}
        public static void setOmHome(File home) {
                OM_HOME = home;
                final String dataDir = System.getProperty("DATA_DIR");
+               log.info("Using file locations - OM_HOME: {} DATA_DIR: {}", 
OM_HOME, dataDir);

Review comment:
       I would move it _after_ else and change as
   
   `log.info("Using file locations - OM_HOME: {} DATA_DIR: {}", OM_HOME, 
DATA_DIR);`
   
   IMO it would be better :)




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to