details: https://code.openbravo.com/erp/devel/pi/rev/0925acaeda02 changeset: 34018:0925acaeda02 user: Carlos Aristu <carlos.aristu <at> openbravo.com> date: Fri May 25 09:47:05 2018 +0200 summary: related to issue 38520: change log level to info
diffstat: src/org/openbravo/dal/service/OBDal.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diffs (12 lines): diff -r 790cab528842 -r 0925acaeda02 src/org/openbravo/dal/service/OBDal.java --- a/src/org/openbravo/dal/service/OBDal.java Thu May 24 18:06:07 2018 +0200 +++ b/src/org/openbravo/dal/service/OBDal.java Fri May 25 09:47:05 2018 +0200 @@ -136,7 +136,7 @@ */ @Deprecated public void registerSQLFunction(String name, SQLFunction function) { - log.debug("Using deprecated way of registering SQL functions in Hibernate", new Exception( + log.info("Using deprecated way of registering SQL functions in Hibernate", new Exception( "Current Stack Trace")); final DalSessionFactory dalSessionFactory = (DalSessionFactory) SessionFactoryController .getInstance().getSessionFactory(); ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Openbravo-commits mailing list Openbravo-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openbravo-commits