Changeset 4543
- Timestamp:
- Feb 10, 2014, 8:41:01 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/api/core/src/org/proteios/core/Application.java
r4542 r4543 990 990 value = pf.getProperty(property); 991 991 // Note: The output below is printed when running update.sh during installation 992 log. debug("Property " + property + " fetched from properties file.");992 log.info("Property " + property + " fetched from properties file."); 993 993 } 994 994 else … … 997 997 value = System.getProperty(property); 998 998 // Note: The output below is printed when running update.sh during installation 999 log. debug("Property " + property + " fetched from system properties.");999 log.info("Property " + property + " fetched from system properties."); 1000 1000 } 1001 1001 // Optional replacement of empty string with null
Note: See TracChangeset
for help on using the changeset viewer.