r1173 - trunk/simexplorer-is/simexplorer-is-storage/src/java/fr/cemagref/simexplorer/is/storage/util
Author: tchemit Date: 2008-02-21 12:29:36 +0000 (Thu, 21 Feb 2008) New Revision: 1173 Modified: trunk/simexplorer-is/simexplorer-is-storage/src/java/fr/cemagref/simexplorer/is/storage/util/Config.java Log: log Modified: trunk/simexplorer-is/simexplorer-is-storage/src/java/fr/cemagref/simexplorer/is/storage/util/Config.java =================================================================== --- trunk/simexplorer-is/simexplorer-is-storage/src/java/fr/cemagref/simexplorer/is/storage/util/Config.java 2008-02-21 11:46:17 UTC (rev 1172) +++ trunk/simexplorer-is/simexplorer-is-storage/src/java/fr/cemagref/simexplorer/is/storage/util/Config.java 2008-02-21 12:29:36 UTC (rev 1173) @@ -57,7 +57,9 @@ * @throws IOException Signals that an I/O exception has occurred. */ private static void initProperties(String location) throws IOException { - log.info("Loading properties " + propertiesLocation); + if (log.isDebugEnabled()) { + log.debug("Loading properties " + propertiesLocation); + } properties = new Properties(); String locationStr = null;
participants (1)
-
tchemit@users.labs.libre-entreprise.org