details: https://code.openbravo.com/erp/devel/pi/rev/91e87b1a927d changeset: 18164:91e87b1a927d user: Augusto Mauch <augusto.mauch <at> openbravo.com> date: Mon Oct 08 18:27:04 2012 +0200 summary: Fixes issue 21881: log is initialized before being used
There were a severals uses of the log that did not ensure that it was initialized. This has been fixed by using getLog() instead of the log object directly. diffstat: src-db/database/lib/dbsourcemanager.jar | 0 1 files changed, 0 insertions(+), 0 deletions(-) diffs (2 lines): diff -r 3d42091c9154 -r 91e87b1a927d src-db/database/lib/dbsourcemanager.jar Binary file src-db/database/lib/dbsourcemanager.jar has changed ------------------------------------------------------------------------------ Don't let slow site performance ruin your business. Deploy New Relic APM Deploy New Relic app performance management and know exactly what is happening inside your Ruby, Python, PHP, Java, and .NET app Try New Relic at no cost today and get our sweet Data Nerd shirt too! http://p.sf.net/sfu/newrelic-dev2dev _______________________________________________ Openbravo-commits mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openbravo-commits
