Revision 30815 branches/v2_0_0_prep/libraries/libTools/src/org/gvsig/tools/util/impl/DefaultServiceLoader.java

View differences:

DefaultServiceLoader.java
71 71
		try {
72 72
			return postJDK16Load(serviceClass, classLoader);
73 73
		} catch (Exception e) {
74
			LOG.info("Could not use the JDK >= 1.6 utility classes "
74
			LOG.debug("Could not use the JDK >= 1.6 utility classes "
75 75
					+ "to load the {} implementation classes, "
76 76
					+ "we may be running on a JDK < 1.6, so I will try "
77 77
					+ "to use the JDK < 1.6 sun.misc.Service class",
78 78
					serviceClass);
79
			LOG.debug("The exception thrown is: ", e);
79
			LOG.trace("The exception thrown is: ", e);
80 80
		}
81 81

  
82 82
		try {

Also available in: Unified diff