details: https://code.openbravo.com/erp/devel/pi/rev/045bce2cd264 changeset: 22926:045bce2cd264 user: Guillermo Gil <guillermo.gil <at> openbravo.com> date: Wed Apr 30 15:17:25 2014 +0200 summary: Related to issue 26017:WARN in log does not have enough detail to act on
Set as an info instead a warning diffstat: modules/org.openbravo.service.datasource/src/org/openbravo/service/datasource/DefaultDataSourceService.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diffs (12 lines): diff -r 888ab2f27f94 -r 045bce2cd264 modules/org.openbravo.service.datasource/src/org/openbravo/service/datasource/DefaultDataSourceService.java --- a/modules/org.openbravo.service.datasource/src/org/openbravo/service/datasource/DefaultDataSourceService.java Wed Apr 30 13:29:21 2014 +0200 +++ b/modules/org.openbravo.service.datasource/src/org/openbravo/service/datasource/DefaultDataSourceService.java Wed Apr 30 15:17:25 2014 +0200 @@ -318,7 +318,7 @@ for (String additionalProp : additionalProps) { final Property property = DalUtil.getPropertyFromPath(entity, additionalProp); if (property == null) { - log4j.warn("Couldn't find property from additional property " + additionalProp + log4j.info("Couldn't find property from additional property " + additionalProp + " in entity " + entity); continue; } ------------------------------------------------------------------------------ "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE Instantly run your Selenium tests across 300+ browser/OS combos. Get unparalleled scalability from the best Selenium testing platform available. Simple to use. Nothing to install. Get started now for free." http://p.sf.net/sfu/SauceLabs _______________________________________________ Openbravo-commits mailing list Openbravo-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openbravo-commits