details: https://code.openbravo.com/erp/devel/pi/rev/adc2491ee60b changeset: 27085:adc2491ee60b user: Víctor Martínez Romanos <victor.martinez <at> openbravo.com> date: Mon Jul 06 12:32:17 2015 +0200 summary: Log4J warning message moved to debug in AcctSchemaElement.java
diffstat: src/org/openbravo/erpCommon/ad_forms/AcctSchemaElement.java | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diffs (21 lines): diff -r 2cb16178b888 -r adc2491ee60b src/org/openbravo/erpCommon/ad_forms/AcctSchemaElement.java --- a/src/org/openbravo/erpCommon/ad_forms/AcctSchemaElement.java Thu Jul 02 22:07:27 2015 +0530 +++ b/src/org/openbravo/erpCommon/ad_forms/AcctSchemaElement.java Mon Jul 06 12:32:17 2015 +0200 @@ -11,7 +11,7 @@ * Portions created by Jorg Janke are Copyright (C) 1999-2001 Jorg Janke, parts * created by ComPiere are Copyright (C) ComPiere, Inc.; All Rights Reserved. * Contributor(s): Openbravo SLU - * Contributions are Copyright (C) 2001-2010 Openbravo S.L.U. + * Contributions are Copyright (C) 2001-2015 Openbravo S.L.U. ****************************************************************************** */ package org.openbravo.erpCommon.ad_forms; @@ -90,7 +90,7 @@ log4jAcctSchemaElement.debug(seqNo + " " + name + " " + segmentType + "=" + defaultValue); if (mandatory.equals("Y") && defaultValue.equals("")) log4jAcctSchemaElement - .warn("AcctSchameElement.getAcctSchemaElementList - No default value for " + name + .debug("AcctSchameElement.getAcctSchemaElementList - No default value for " + name + " for AccountingSchema: " + C_AcctSchema_ID); e = new AcctSchemaElement(id, seqNo, name, segmentType, C_Element_ID, defaultValue, mandatory, balanced); ------------------------------------------------------------------------------ Don't Limit Your Business. Reach for the Cloud. GigeNET's Cloud Solutions provide you with the tools and support that you need to offload your IT needs and focus on growing your business. Configured For All Businesses. Start Your Cloud Today. https://www.gigenetcloud.com/ _______________________________________________ Openbravo-commits mailing list Openbravo-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openbravo-commits