You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api/src/main/java/org/openmrs/module/erp/api/utils/ErpPropertiesFile.java
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,8 @@ public static File getFile() {
25
25
if (file.exists()) {
26
26
returnfile;
27
27
}
28
-
LogFactory.getLog(ErpPropertiesFile.class).warn("Could not find erp.properties file in directory: " + file.getParent() + ". Failing over to location /etc/properties/.");
28
+
LogFactory.getLog(ErpPropertiesFile.class).warn("Could not find erp.properties file in directory: "
29
+
+ file.getParent() + ". Failing over to location /etc/properties/.");
0 commit comments